Revert "Advance bootstrap to 1.3.70-dev-1806"

This reverts commit bffbe89f
This commit is contained in:
Nikolay Krasko
2019-11-22 16:21:25 +03:00
parent e506efb5b2
commit 4267e9e3d0
+1 -1
View File
@@ -8,7 +8,7 @@ buildscript {
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-dev-1806", cacheRedirectorEnabled))
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-dev-1416", cacheRedirectorEnabled))
repositories {
bootstrapKotlinRepo?.let(::maven)