From b68d077b38503261264037f11c06c1c3f75f22e2 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sat, 23 May 2020 13:25:37 +0200 Subject: [PATCH] Update preprocess plugin and enable parallel builds by default --- build.gradle.kts | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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