Skip to content

Commit 8a27d9c

Browse files
committed
disable cache
1 parent d2fab46 commit 8a27d9c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ buildCache {
5656
url = uri("https://beam-cache.apache.org/cache/")
5757
isAllowUntrustedServer = false
5858
credentials {
59-
username = System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME")
60-
password = System.getenv("GRADLE_ENTERPRISE_CACHE_PASSWORD")
59+
username = System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME_DISABLED")
60+
password = System.getenv("GRADLE_ENTERPRISE_CACHE_PASSWORD_DISABLED")
6161
}
62-
isEnabled = !System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME").isNullOrBlank()
63-
isPush = isCi && !System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME").isNullOrBlank()
62+
isEnabled = !System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME_DISABLED").isNullOrBlank()
63+
isPush = isCi && !System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME_DISABLED").isNullOrBlank()
6464
}
6565
}
6666

0 commit comments

Comments
 (0)