aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties13
1 files changed, 9 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index d0f26a8..7e417f2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,12 @@
-org.gradle.jvmargs=-Xmx2G
mod_name = Chatting
mod_id = chatting
-mod_version = 1.4.2-beta5
+mod_version = 1.5.0
+mod_archives_name = Chatting
-loom.platform = forge
-minecraft.version = "1.8.9-forge"
+# Gradle Configuration -- DO NOT TOUCH THESE VALUES.
+polyfrost.defaults.loom=1
+org.gradle.daemon=true
+org.gradle.parallel=true
+org.gradle.configureoncommand=true
+org.gradle.parallel.threads=4
+org.gradle.jvmargs=-Xmx2G \ No newline at end of file