Skip to content

Commit

Permalink
Try to fix an issue with slow builds caused by incorrectly configured…
Browse files Browse the repository at this point in the history
… Gradle daemon.
  • Loading branch information
FilipDolnik committed Apr 4, 2024
1 parent a93a2a1 commit bab436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx8g -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx12g -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC
org.gradle.parallel=true
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
Expand Down

0 comments on commit bab436c

Please sign in to comment.