ReaderforSelfoss/settings.gradle

14 lines
263 B
Groovy
Raw Permalink Normal View History

2018-10-29 18:53:41 +00:00
include ':app'
ext.isCiServer = !!System.getProperty("CI")
buildCache {
local {
enabled = !isCiServer
}
remote(HttpBuildCache) {
// DO NOT COMMIT !!!!!
url = 'http://amine-bou.fr:8885/cache/'
push = isCiServer
}
}