Skip to content

Commit

Permalink
build(Gradle): Enable parallel configuration cache access
Browse files Browse the repository at this point in the history
This should reduce time to configure builds, see [1].

[1]: https://docs.gradle.org/8.11/release-notes.html#configuration-cache-improvements

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 11, 2024
1 parent 978a71f commit 254dbf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

org.gradle.caching = true
org.gradle.configuration-cache = true
org.gradle.configuration-cache.parallel = true
org.gradle.jvmargs = -Xmx2g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8
org.gradle.kotlin.dsl.allWarningsAsErrors = true
org.gradle.parallel = true
Expand Down

0 comments on commit 254dbf9

Please sign in to comment.