Push everywhere ?
This commit is contained in:
parent
255fbcb12f
commit
e60f3a9d91
@ -1,3 +1,5 @@
|
||||
val pushCache = true
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
@ -6,14 +8,13 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
buildCache {
|
||||
remote<HttpBuildCache> {
|
||||
url = uri("http://18.0.0.7:3071/cache/")
|
||||
isAllowInsecureProtocol = true
|
||||
isAllowUntrustedServer = true
|
||||
isUseExpectContinue = true
|
||||
isPush = pushCache
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user