Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 447 Bytes

HACKING.adoc

File metadata and controls

29 lines (24 loc) · 447 Bytes

Hacking

  • 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)
  1. Follow instructions as output by the task