Skip to content

Commit

Permalink
Enable parallel configuration caching (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman authored Nov 18, 2024
1 parent db4b6cc commit 1603663
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 @@ -3,6 +3,7 @@ org.gradle.jvmargs=-Xmx10g -Xms4g -XX\:MaxMetaspaceSize\=1g -Dfile.encoding\=UTF
org.gradle.vfs.watch=true
org.gradle.caching=true
org.gradle.configuration.cache=true
org.gradle.configuration-cache.parallel=true
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true

kotlin.code.style=official
Expand Down

0 comments on commit 1603663

Please sign in to comment.