From 7c655038ddbe10419851cfa32a3bf7bbe4ce28f3 Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Mon, 3 Aug 2026 23:26:49 +0200 Subject: [PATCH] [SubMob/ScopeMob#277] Enable parallel Gradle sync --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ee9b13d..6405db8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,4 +31,7 @@ POM_SCM_CONNECTION=scm:git:git://github.com/SubMob/ScopeMob.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/SubMob/ScopeMob.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