Skip to content

Development

Stian Kristoffersen edited this page May 7, 2021 · 3 revisions

Build

The following Gradle properties must be set to run compileJava and test

ossrhUsername
ossrhPassword

They only need to have the correct values when doing a release, otherwise they can be empty, e.g.

./gradlew -PossrhUsername="" -PossrhPassword="" compile

Release

Required Gradle properties

ossrhUsername
ossrhPassword
signing.keyId
signing.password
signing.secretKeyRingFile

Build, sign and upload the artifacts to Sonatype

TRAVIS_TAG=0.4.0 ./gradlew uploadArchives