Fix build!

This commit is contained in:
zontreck 2024-09-12 21:33:40 -07:00
parent 93899a86d1
commit a9dfaa546c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=utf-8
org.gradle.daemon=false