Fixed build issue.

This commit is contained in:
Amine Bou 2018-05-24 21:43:27 +02:00
parent ad5edae6cd
commit 2799a48f2b

View File

@ -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")
}
}
include ':app'