Update preprocess plugin and enable parallel builds by default

This commit is contained in:
Jonas Herzig
2020-05-23 13:25:37 +02:00
parent c0be8da65b
commit b68d077b38
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=false
org.gradle.parallel=true
org.gradle.configureondemand=true