Make it actually load into an IDE on latest FG

This commit is contained in:
Matthew Miller
2019-01-28 15:54:27 +10:00
parent e4ce51003e
commit d079f06c31
3 changed files with 33 additions and 8 deletions

3
gradle.properties Normal file
View File

@ -0,0 +1,3 @@
# 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