Skip to content

Commit

Permalink
[Oztechan/CCC#3965] Update gradle properties GitHub Action friendly way
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Sep 21, 2024
1 parent 2596b0d commit 61ed486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
android.useAndroidX=true
android.enableJetifier=true
# Gradle
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8g"
org.gradle.jvmargs=-Xmx4g -Dkotlin.daemon.jvm.options=-Xmx2G -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit 61ed486

Please sign in to comment.