Skip to content

Publishing Artifacts to Maven Central Repository

Lossy edited this page Sep 2, 2025 · 2 revisions

SNAPSHOT

  • Checkout master branch
  • Add -SNAPSHOT to the version number
  • Run ./gradlew clean build
  • Then run ./gradlew publishToSonatype

Snapshots should be listed here

RELEASE

Clone this wiki locally