Skip to content

Commit

Permalink
Update env var
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Dec 4, 2024
1 parent 05e5c5d commit ac7f25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildCache {
remote(develocity.buildCache) {
enabled = true
// Check access key presence to avoid build cache errors on PR builds when access key is not present
def accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
def accessKey = System.getenv("DEVELOCITY_ACCESS_KEY")
push = isCI && accessKey
}
}
Expand Down

0 comments on commit ac7f25a

Please sign in to comment.