Skip to content

Commit

Permalink
Enable local build cache to take advantage of cache from setup-gradle…
Browse files Browse the repository at this point in the history
… action
  • Loading branch information
clayburn authored and adamsaghy committed Sep 5, 2024
1 parent 112a3f2 commit 24c83b5
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 @@ -42,7 +42,7 @@ develocity {

buildCache {
local {
enabled = !isCI
enabled = true
}
}

Expand Down

0 comments on commit 24c83b5

Please sign in to comment.