Explicitly disable remote gradle build cache when building locally. (#4095)

This commit is contained in:
josecoll 2018-10-19 16:40:06 +01:00 committed by GitHub
parent 73a4953ae9
commit e62a3edcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ buildCache {
enabled = !isCiServer
}
remote(HttpBuildCache) {
enabled = isCiServer
url = gradleBuildCacheURL
push = isCiServer
}