-
Development does on
development
branch -
Releases go from
master
branch.
To build everything
./gradlew build
To push to local m2 for testing
./gradlew install
To publish to the world
./gradlew uploadArchives publishPlugins
To upload new documentation
./gradlew installDocs // (1)
-
Follow instructions as output by the task