From 9333b91f5c4104e5c52e0af4d2a4aa80da87294b Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 3 Nov 2019 13:59:32 -0800 Subject: Initial 1.14 release --- gradle.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gradle.properties (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..4a0ea15 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,7 @@ +# 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.daemon=false +kotlin_version=1.3.50 +coroutines_version = 1.3.1 +annotations_version = 16.0.3 \ No newline at end of file -- cgit