From 5baa5202327803ab903bf8327a70641e7235fbe3 Mon Sep 17 00:00:00 2001 From: Svyatoslav Kuzmich Date: Thu, 25 Apr 2019 10:08:22 +0300 Subject: [PATCH] Advance bootstrap to 1.3.40-dev-2251 Required for JS IR CLI and Gradle plugin --- .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 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)