Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 340 Bytes

RELEASE.md

File metadata and controls

18 lines (14 loc) · 340 Bytes

Release Instructions

  1. Make sure, that all tests are successful:
./gradlew test
  1. Run the gradle publish plugin:
./gradlew publish
  1. Close and release artifact in staging OSS nexus repository.

  2. Run the gradle release plugin:

./gradlew release