mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Explicitly disable remote gradle build cache when building locally. (#4095)
This commit is contained in:
parent
73a4953ae9
commit
e62a3edcd1
@ -9,6 +9,7 @@ buildCache {
|
|||||||
enabled = !isCiServer
|
enabled = !isCiServer
|
||||||
}
|
}
|
||||||
remote(HttpBuildCache) {
|
remote(HttpBuildCache) {
|
||||||
|
enabled = isCiServer
|
||||||
url = gradleBuildCacheURL
|
url = gradleBuildCacheURL
|
||||||
push = isCiServer
|
push = isCiServer
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user