-
Make sure it builds!
gradlew clean build
-
Check the version number in the root
gradle.properties
. -
Make the release!
gradlew clean generateReleaseJavadoc pushMaven -DisRelease=true
-
Promote the Maven artifact on Sonatype's OSS Nexus install.
-
Tag commit as release (
x.x.x
) -
Provide changelog /
.jar
files at the Releases page. -
Increment the patch version number for future SNAPSHOT releases in the root
gradle.properties
.
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.