From a434156f1ccf9cf5a7b43127d7845d021faee32c Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Sat, 21 Oct 2023 11:14:36 +0200 Subject: [PATCH] #309 Improve Gradle performance --- gradle.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2a774f34..a047d9bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,4 @@ -// version now handled in build.gradle version=2.0.0 - - +org.gradle.jvmargs=-Xmx2G +org.gradle.parallel=true