From 6e5c28f47c2c9da56650e9113567e689b5747cfe Mon Sep 17 00:00:00 2001 From: dankito Date: Thu, 19 Sep 2024 21:30:06 +0200 Subject: [PATCH] Configured parallel Gradle build, but disabled by default as releasing with this option won't work --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 4ef9f0bc..ca676659 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,6 @@ kotlin.code.style=official +#org.gradle.parallel=true kotlinVersion=1.9.25