Skip to content

Releasing

Laurent Pellegrino edited this page Jul 26, 2021 · 4 revisions

Releasing

  1. Update version in file build.gradle.
  2. Run gradle publish -Psigning.secretKeyRingFile=$OSSRH_SECRET_KEY_RING_FILE -Psigning.password=$OSSRH_SIGNING_PASSWORD -Psigning.keyId=$OSSRH_SIGNING_KEY_ID.
  3. Create and push tag.
  4. Open https://oss.sonatype.org, authenticate, close the staging repository and release.
Clone this wiki locally