Fixed build issue.
This commit is contained in:
parent
ad5edae6cd
commit
2799a48f2b
@ -1,15 +1 @@
|
|||||||
include ':app'
|
include ':app'
|
||||||
|
|
||||||
ext.isCiServer = !!System.getProperty("CI")
|
|
||||||
|
|
||||||
buildCache {
|
|
||||||
local {
|
|
||||||
enabled = !isCiServer
|
|
||||||
}
|
|
||||||
remote(HttpBuildCache) {
|
|
||||||
url = System.getProperty("cacheUrl")
|
|
||||||
push = isCiServer
|
|
||||||
|
|
||||||
println "url ? " + System.getProperty("cacheUrl")
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user