We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
READ_ONLY_REMOTE_GRADLE_CACHE
1 parent ac020bc commit e42a37dCopy full SHA for e42a37d
settings.gradle
@@ -42,10 +42,10 @@ buildCache {
42
local {
43
enabled = !isCI
44
}
45
- remote(HttpBuildCache) {
46
- push = isCI
+ remote(HttpBuildCache) {
+ push = isCI && !System.getenv("READ_ONLY_REMOTE_GRADLE_CACHE")
47
enabled = true
48
- url = 'https://ge.testcontainers.org/cache/'
+ url = 'https://ge.testcontainers.org/cache/'
49
credentials {
50
username = 'ci'
51
password = System.getenv("GRADLE_ENTERPRISE_CACHE_PASSWORD")
0 commit comments