Build: Set kotlin.build.cache.push to false by default

#KTI-793
This commit is contained in:
Vyacheslav Gerasimov
2022-03-05 13:03:48 +03:00
committed by Space
parent 4277827506
commit 5e09c3176f
17 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.utils.NativeCompilerDownloader
buildscript {
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() ?: false
dependencies {
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.35")
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.36")
}
repositories {
if (cacheRedirectorEnabled)