Push everywhere ?

This commit is contained in:
aminecmi 2022-08-17 22:53:07 +02:00
parent 255fbcb12f
commit e60f3a9d91

View File

@ -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
} }
} }