-
Notifications
You must be signed in to change notification settings - Fork 10
Releasing
Jiri Mikulasek edited this page Nov 10, 2021
·
3 revisions
- Credentials to Sonatype
- Generated GnuPG signing key as described in sonatype documentation
- 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
- Run
./gradlew release
(use java 11 since we want to allow this library be binary compatible with 11) - Go to Sonatype nexus and follow the promotion procedure
- Publish the release in github