D8 enabling and gradle cache debug.

This commit is contained in:
Amine Bou 2018-03-28 19:13:47 +02:00
parent 15b93bbd9e
commit 6816461502
2 changed files with 3 additions and 3 deletions

View File

@ -16,3 +16,4 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
org.gradle.caching=true
android.enableD8=true

View File

@ -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")