diff --git a/gradle.properties b/gradle.properties index c18c787e4..8a1711f4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ terra.issues=https://github.com/PolyhedralDev/Terra/issues terra.wiki=https://github.com/PolyhedralDev/Terra/wiki terra.license=MIT # Gradle options -org.gradle.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC +org.gradle.jvmargs=-Xmx4096M -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.warning.mode=all