Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
SONATYPE_AUTOMATIC_RELEASE=true

# Enabled parallel sync for Gradle 9.4+
org.gradle.tooling.parallel=true