From ad0270020035edf88ecdf071fb6bea36f00b509c Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Wed, 8 May 2019 17:16:28 +0300 Subject: [PATCH] Update to bootstrap 1.3.50-dev-2 Fix Compiler and all IDE plugins configuration struggling to build stdlib because of circular dependency. See 1.3.50-dev-2 build in https://teamcity.jetbrains.com/app/buildConfiguration/Kotlin_dev_CompilerAllPlugins?branch=%3Cdefault%3E&buildTypeTab=builds --- .idea/artifacts/dist.xml | 10 +++++----- .idea/artifacts/kotlin_compiler_jar.xml | 2 +- .idea/artifacts/kotlinc.xml | 16 ++++++++-------- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.idea/artifacts/dist.xml b/.idea/artifacts/dist.xml index 91152540435..2db8dc870f8 100644 --- a/.idea/artifacts/dist.xml +++ b/.idea/artifacts/dist.xml @@ -8,16 +8,16 @@ - + - - + + - + - + diff --git a/.idea/artifacts/kotlin_compiler_jar.xml b/.idea/artifacts/kotlin_compiler_jar.xml index 8276a929d16..35627cb388d 100644 --- a/.idea/artifacts/kotlin_compiler_jar.xml +++ b/.idea/artifacts/kotlin_compiler_jar.xml @@ -8,7 +8,7 @@ - + diff --git a/.idea/artifacts/kotlinc.xml b/.idea/artifacts/kotlinc.xml index ddf2287bdf6..518a3618323 100644 --- a/.idea/artifacts/kotlinc.xml +++ b/.idea/artifacts/kotlinc.xml @@ -226,14 +226,14 @@ - - - - - - - - + + + + + + + + diff --git a/build.gradle.kts b/build.gradle.kts index 2af59c8490a..b656db9f336 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT" // when updating please also update JPS artifacts configuration: https://jetbrains.quip.com/zzGUAYSJ6gv3/JPS-Build-update-bootstrap - kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.40-dev-2251", onlySuccessBootstrap = false)) + kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.50-dev-2", onlySuccessBootstrap = false)) repositories.withRedirector(project) { bootstrapKotlinRepo?.let(::maven)