Update bootstrap to 1.3.50-dev-526

This commit is contained in:
Alexander Udalov
2019-05-27 18:25:10 +02:00
parent 910177ab17
commit d05e72dda8
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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)