Added gradle.properties to MDK (#3361)

The file sets the default max heap size to 3 GiB so that the decompilation doesn't fail as often.

(cherry picked from commit 49ec3d1b9322ee2b7a1312059118173b0b3fe6d0)
This commit is contained in:
LexManos 2016-12-05 12:16:30 -08:00
parent 3ef3b46ebb
commit c82d3af550
1 changed files with 3 additions and 0 deletions

3
mdk/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