Skip to content

Commit

Permalink
TECH: replace deprecated JVM flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Dec 28, 2023
1 parent 5208af1 commit 8476857
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,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true

Expand Down

0 comments on commit 8476857

Please sign in to comment.