Add gradle wrapper

This commit is contained in:
Marcel Konrad
2018-06-28 15:13:19 +02:00
parent e20bcc8f0c
commit d70457725a
5 changed files with 263 additions and 0 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