Skip to content

Releasing

Jiri Mikulasek edited this page Nov 10, 2021 · 3 revisions

Prerequisites

Procedure

  1. Ensure you have correctly set $GRADLE_USER_HOME/gradle.properties
ossUser=smarteon # sonatype username
ossPass=... # sonatype password
signing.keyId=... # private key ID
signing.password=... # private key password
signing.secretKeyRingFile=... # path to the keyring
  1. Run ./gradlew release (use java 11 since we want to allow this library be binary compatible with 11)
  2. Go to Sonatype nexus and follow the promotion procedure
  3. Publish the release in github
Clone this wiki locally