Skip to content

Commit e62a3ed

Browse files
author
josecoll
authored
Explicitly disable remote gradle build cache when building locally. (corda#4095)
1 parent 73a4953 commit e62a3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildCacheSettings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ buildCache {
99
enabled = !isCiServer
1010
}
1111
remote(HttpBuildCache) {
12+
enabled = isCiServer
1213
url = gradleBuildCacheURL
1314
push = isCiServer
1415
}

0 commit comments

Comments
 (0)