-
Notifications
You must be signed in to change notification settings - Fork 19
Development
Stian Kristoffersen edited this page May 7, 2021
·
3 revisions
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
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