From 0cfa714958dc04d0170c56221240e9ab47f57594 Mon Sep 17 00:00:00 2001 From: dankito Date: Thu, 6 Jul 2023 17:38:34 +0200 Subject: [PATCH] Enabled parallel execution (but doesn't seem do work) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index dcd66d9d..125cc6a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ kotlin.code.style=official -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx3072m +org.gradle.parallel=true +#org.gradle.workers.max=8 kotlinVersion=1.8.20