From 2799a48f2b64bb084c4b60fb16ffeeafb1ea4292 Mon Sep 17 00:00:00 2001 From: Amine Bou Date: Thu, 24 May 2018 21:43:27 +0200 Subject: [PATCH] Fixed build issue. --- settings.gradle | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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