aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-11-03 13:59:32 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-11-03 13:59:32 -0800
commit9333b91f5c4104e5c52e0af4d2a4aa80da87294b (patch)
treeb405a0009aa96eb76ce3b2514e914e799475334d /gradle.properties
parent7955daf73c0b84c5044920e52523e1fa7491247f (diff)
downloadKotlinForForge-9333b91f5c4104e5c52e0af4d2a4aa80da87294b.tar.gz
KotlinForForge-9333b91f5c4104e5c52e0af4d2a4aa80da87294b.tar.bz2
KotlinForForge-9333b91f5c4104e5c52e0af4d2a4aa80da87294b.zip
Initial 1.14 release
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties7
1 files changed, 7 insertions, 0 deletions
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