We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following Gradle properties must be set to run compileJava and test
compileJava
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