remove -XX:MaxPermSize=2g from gradle.properties

This is not supported in Java17 and it just some detailed optimization
that is better left to the local configuration.

Unrecognized VM option 'MaxPermSize=2g'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
This commit is contained in:
Hans-Christoph Steiner 2023-02-23 12:06:26 +01:00 committed by Torsten Grote
parent 51513c5508
commit 0788688e75
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xms1g -Xmx2g -XX:MaxPermSize=2g
org.gradle.jvmargs=-Xms1g -Xmx2g
android.enableJetifier=false
android.useAndroidX=true