diff --git a/.idea/artifacts/dist.xml b/.idea/artifacts/dist.xml index 182a7c527df..91152540435 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 1bdb2066b83..8276a929d16 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 a25234e2723..ddf2287bdf6 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 c5b92332f9c..1f5bdb4475c 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-431", onlySuccessBootstrap = false)) + kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.40-dev-2251", onlySuccessBootstrap = false)) repositories.withRedirector(project) { bootstrapKotlinRepo?.let(::maven)