Cache from settings.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
val pushCache = true
|
||||
val pushCache: String by settings
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
@@ -14,7 +14,7 @@ buildCache {
|
||||
isAllowInsecureProtocol = true
|
||||
isAllowUntrustedServer = true
|
||||
isUseExpectContinue = true
|
||||
isPush = pushCache
|
||||
isPush = (pushCache == "true")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user