Skip to content

Commit

Permalink
Remove Java commandline argument which is gone in JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jun 26, 2024
1 parent 2427dd7 commit 7fca521
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
@@ -1,5 +1,5 @@
#suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xmx1536m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true

android.useAndroidX=true
Expand Down

0 comments on commit 7fca521

Please sign in to comment.