File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments