From 4fcbf772e2b50bd1b5d95a35aa6b4a559c900647 Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Wed, 5 Aug 2026 15:01:33 +0200 Subject: [PATCH] [SubMob/ParserMob#263] Enable parallel Gradle sync --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a1400e3..0e22e54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,4 +31,7 @@ POM_SCM_CONNECTION=scm:git:git://github.com/SubMob/ParserMob.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/SubMob/ParserMob.git # Publish to the new Central Portal and auto-release (no manual "release" step) SONATYPE_HOST=CENTRAL_PORTAL -SONATYPE_AUTOMATIC_RELEASE=true \ No newline at end of file +SONATYPE_AUTOMATIC_RELEASE=true + +# Enabled parallel sync for Gradle 9.4+ +org.gradle.tooling.parallel=true