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