Advance bootstrap to 1.3-M2-eap-35

This commit is contained in:
Ilya Gorbunov
2018-08-11 03:11:41 +03:00
parent b55fc818d1
commit 6174ae7af6
+1 -1
View File
@@ -13,7 +13,7 @@ import proguard.gradle.ProGuardTask
buildscript {
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3-M1-eap-77", projectExtId = "Kotlin_13M1_Compiler", onlySuccessBootstrap = false))
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3-M2-eap-35", projectExtId = "Kotlin_13M2_Compiler", onlySuccessBootstrap = false))
repositories {
bootstrapKotlinRepo?.let(::maven)