We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a317089 commit 336f3d3Copy full SHA for 336f3d3
settings.gradle
@@ -24,7 +24,7 @@ buildCache {
24
remote(develocity.buildCache) {
25
enabled = true
26
// Check access key presence to avoid build cache errors on PR builds when access key is not present
27
- def accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
+ def accessKey = System.getenv("DEVELOCITY_ACCESS_KEY")
28
push = isCI && accessKey
29
}
30
0 commit comments