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.
1 parent c662e79 commit fff3323Copy full SHA for fff3323
settings.gradle.kts
@@ -57,7 +57,7 @@ buildCache {
57
if (useDevelocityInstance) {
58
remote(develocity.buildCache) {
59
server = buildCacheServer.orNull
60
- val authenticated = System.getenv("DEVELOCITY_ACCESS_KEY") != null
+ val authenticated = System.getenv("DEVELOCITY_ACCESS_KEY").isNotBlank()
61
isPush = buildParameters.ci && authenticated
62
}
63
} else {
0 commit comments