diff --git a/gradle.properties b/gradle.properties index 1ea571b..f8df293 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,5 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -org.gradle.caching=true \ No newline at end of file +org.gradle.caching=true +android.enableD8=true \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 87d5ab3..172c951 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,8 +10,7 @@ buildCache { url = 'http://amine-bou.fr:8885/cache/' push = isCiServer - println "user " + System.getProperty("cacheUser") - println "pass " + System.getProperty("cachePassword") + println "push ? " + isCiServer credentials { username = System.getProperty("cacheUser") password = System.getProperty("cachePassword")