Skip to content

Commit

Permalink
Enable configuration caching (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman authored Nov 18, 2024
1 parent 159b6f9 commit e28f7e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ksp.useKSP2=true
kotlin.code.style=official

org.gradle.parallel=true
org.gradle.vfs.watch=truge
org.gradle.vfs.watch=true
org.gradle.caching=true
org.gradle.configuration-cache=false
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8

0 comments on commit e28f7e4

Please sign in to comment.