From d05e72dda8d1524d4279627d092f27e4e502a77b Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 27 May 2019 18:25:10 +0200 Subject: [PATCH] Update bootstrap to 1.3.50-dev-526 --- .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 ac99b577e3c..3653034c33a 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 1d2635afeb0..1fb47a78108 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 f65b5e11121..7e53b000cb3 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 3c55ae27a73..680a525e8c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,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.50-dev-455", onlySuccessBootstrap = false)) + kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.50-dev-526", onlySuccessBootstrap = false)) repositories { bootstrapKotlinRepo?.let(::maven)