diff --git a/settings.gradle.kts b/settings.gradle.kts index 5c9e875..9c5b39a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,5 @@ +val pushCache = true + pluginManagement { repositories { google() @@ -6,14 +8,13 @@ pluginManagement { } } - - buildCache { remote { url = uri("http://18.0.0.7:3071/cache/") isAllowInsecureProtocol = true isAllowUntrustedServer = true isUseExpectContinue = true + isPush = pushCache } }