Update bootstrap

Here we use build from custom branch intentionally and soon
we should bootstrap again.
This commit is contained in:
Stanislav Erokhin
2018-08-24 10:53:06 +03:00
committed by Ilya Gorbunov
parent 9c4a74ce5b
commit bcf2b39df2
+1 -1
View File
@@ -13,7 +13,7 @@ import proguard.gradle.ProGuardTask
buildscript {
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3-M2-eap-120", projectExtId = "Kotlin_13M2_Compiler", onlySuccessBootstrap = false))
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3-M2-eap-135", projectExtId = "Kotlin_13M2_Compiler", onlySuccessBootstrap = false))
repositories {
bootstrapKotlinRepo?.let(::maven)