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