-
Development does on
developmentbranch -
Releases go from
masterbranch.
To build everything
./gradlew buildTo push to local m2 for testing
./gradlew installTo publish to the world
./gradlew uploadArchives publishPluginsTo upload new documentation
./gradlew installDocs // (1)-
Follow instructions as output by the task