Skip to content

Commit 336f3d3

Browse files
committed
Update env var
1 parent a317089 commit 336f3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildCache {
2424
remote(develocity.buildCache) {
2525
enabled = true
2626
// 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")
27+
def accessKey = System.getenv("DEVELOCITY_ACCESS_KEY")
2828
push = isCI && accessKey
2929
}
3030
}

0 commit comments

Comments
 (0)