From ad7de948f66b5ee6afb26f65954f2bd73c78abaa Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Fri, 24 May 2019 15:22:37 +0300 Subject: [PATCH] Update bootstrap The new version fixes NSME from CoreJarFileSystem (KT-31574) Also see 6addb24e4bd40321fb0abbac800e7d0e97594a9b --- .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 3a7e56567a7..ac99b577e3c 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 1f03648e866..1d2635afeb0 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 c7be86444b7..f65b5e11121 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 597ac14e23f..3c55ae27a73 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-397", onlySuccessBootstrap = false)) + kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.50-dev-455", onlySuccessBootstrap = false)) repositories { bootstrapKotlinRepo?.let(::maven)