diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-11-03 13:59:32 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-11-03 13:59:32 -0800 |
commit | 9333b91f5c4104e5c52e0af4d2a4aa80da87294b (patch) | |
tree | b405a0009aa96eb76ce3b2514e914e799475334d /gradle.properties | |
parent | 7955daf73c0b84c5044920e52523e1fa7491247f (diff) | |
download | KotlinForForge-9333b91f5c4104e5c52e0af4d2a4aa80da87294b.tar.gz KotlinForForge-9333b91f5c4104e5c52e0af4d2a4aa80da87294b.tar.bz2 KotlinForForge-9333b91f5c4104e5c52e0af4d2a4aa80da87294b.zip |
Initial 1.14 release
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 7 |
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 |