Push everywhere ?

This commit is contained in:
aminecmi committed 2022-08-23 22:45:19 +02:00
1 parent 255fbcb12f
commit e60f3a9d91
1 file changed
+3 -2
+3 -2
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
} }
} }