diff --git a/build.gradle.kts b/build.gradle.kts index 1ce27ef6..e349a5f6 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import java.io.ByteArrayOutputStream plugins { id("fabric-loom") version "0.2.5-SNAPSHOT" apply false - id("com.replaymod.preprocess") version "30eb312" + id("com.replaymod.preprocess") version "3c46acb" id("com.github.hierynomus.license") version "0.15.0" } diff --git a/gradle.properties b/gradle.properties index 8c58031a..ed80cc59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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