diff --git a/settings.gradle b/settings.gradle index 8014ab27f4b1..0215d2acf40a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -15,6 +15,17 @@ gradleEnterprise { } } +if (System.getenv().containsKey("CI")) { + buildCache { + remote(HttpBuildCache) { + url = "http://10.0.2.215:5071/cache/" + allowUntrustedServer = true + allowInsecureProtocol = true + push = true + } + } +} + rootProject.name = 'WPAndroid' include ':WordPress'