Skip to content

Commit

Permalink
build: remove UseZGC option for gradle
Browse files Browse the repository at this point in the history
It's not necessary to set here now.
  • Loading branch information
WhiredPlanck committed Jan 25, 2025
1 parent 3efe6fb commit 6deb98f
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 @@ -7,4 +7,4 @@ android.enableJetifier=false
android.useAndroidX=true

# enlarge heap size to 2GB
org.gradle.jvmargs=-Xmx2048M -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError
org.gradle.jvmargs=-Xmx2048M -XX:+HeapDumpOnOutOfMemoryError

0 comments on commit 6deb98f

Please sign in to comment.