Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 520 Bytes

dev-docs.md

File metadata and controls

24 lines (17 loc) · 520 Bytes

Dev Documentation

Publishing

  • To release library to MavenLocal(~/.m2/):

    ./gradlew releaseToMavenLocal
  • To release library to MavenCentral:

    ./gradlew releaseToMavenCentral
  • To generate documentation:

    ./gradlew assembleDocs

    API Docs are automatically published from the Github repo, via GH Pages building from docs dir from master branch.