Skip to content

Commit 23489fe

Browse files
gradle.properties: Tweak for compatibilily java 17+.
1 parent bc452fe commit 23489fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.caching = true
22
// To avoid JVM heap space is exhausted problem
33
org.gradle.daemon=true
44
org.gradle.configureondemand=true
5-
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
5+
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)