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