Skip to content

Commit

Permalink
fix manual build scans by disabling the remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jul 14, 2024
1 parent 7d18356 commit 64a4560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/develocity.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildCache {
remote(develocity.buildCache) {
// Check access key presence to avoid build cache errors on PR builds when not present
push = System.env.CI && System.env.DEVELOCITY_ACCESS_KEY
enabled = true
enabled = !gradle.startParameter.isBuildScan()
}
local.enabled = true
}

0 comments on commit 64a4560

Please sign in to comment.