diff --git a/settings.gradle b/settings.gradle index b0f19af..9d495b3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,14 +1 @@ -include ':app' - -ext.isCiServer = !!System.getProperty("CI") - -buildCache { - local { - enabled = !isCiServer - } - remote(HttpBuildCache) { - // DO NOT COMMIT !!!!! - url = 'http://amine-bou.fr:8885/cache/' - push = isCiServer - } -} \ No newline at end of file +include ':app' \ No newline at end of file