diff --git a/settings.gradle b/settings.gradle index 1c6f998..9d495b3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,15 +1 @@ -include ':app' - -ext.isCiServer = !!System.getProperty("CI") - -buildCache { - local { - enabled = !isCiServer - } - remote(HttpBuildCache) { - url = System.getProperty("cacheUrl") - push = isCiServer - - println "url ? " + System.getProperty("cacheUrl") - } -} \ No newline at end of file +include ':app' \ No newline at end of file