Skip to content

Commit

Permalink
build: enable parallel configuration cache load/store
Browse files Browse the repository at this point in the history
seems to work fine in local testing
  • Loading branch information
mikehardy committed Nov 12, 2024
1 parent 1506f19 commit 61e0640
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ org.gradle.parallel=true
# The default in the future, let's true the future now...
org.gradle.caching=true

# new feature, should work if we forward-ported our build files correctly
org.gradle.configuration-cache.parallel=true

# Enable file system watching (should reduce disk IO and increase incremental build speed).
org.gradle.vfs.watch=true

0 comments on commit 61e0640

Please sign in to comment.