D8 enabling and gradle cache debug.
This commit is contained in:
parent
15b93bbd9e
commit
6816461502
@ -16,3 +16,4 @@ org.gradle.jvmargs=-Xmx1536m
|
|||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
|
android.enableD8=true
|
@ -10,8 +10,7 @@ buildCache {
|
|||||||
url = 'http://amine-bou.fr:8885/cache/'
|
url = 'http://amine-bou.fr:8885/cache/'
|
||||||
push = isCiServer
|
push = isCiServer
|
||||||
|
|
||||||
println "user " + System.getProperty("cacheUser")
|
println "push ? " + isCiServer
|
||||||
println "pass " + System.getProperty("cachePassword")
|
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getProperty("cacheUser")
|
username = System.getProperty("cacheUser")
|
||||||
password = System.getProperty("cachePassword")
|
password = System.getProperty("cachePassword")
|
||||||
|
Loading…
Reference in New Issue
Block a user