Advance bootstrap to 1.3.70-dev-1231

This commit is contained in:
Nikolay Krasko
2019-11-05 14:59:15 +03:00
committed by Svyatoslav Kuzmich
parent 0ea64c8d4b
commit d755002ac4
+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-1140", cacheRedirectorEnabled))
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-dev-1231", cacheRedirectorEnabled))
repositories {
bootstrapKotlinRepo?.let(::maven)