From c99f86b5f1780c9c22d4f50fde81ecbe186ac63e Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Mon, 4 Nov 2024 13:20:33 +0800 Subject: [PATCH] Fix the comment in the previous commit --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d5e6fdb..930bb54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ kotlin.mpp.stability.nowarn=true -org.gradle.jvmargs=-Xmx4G # needed for the GitHub Actions CI +# needed for the GitHub Actions CI +org.gradle.jvmargs=-Xmx4G org.gradle.parallel=true