Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1018 Bytes

File metadata and controls

26 lines (23 loc) · 1018 Bytes

Publishing

This project using Maven Central Repository to publish artifacts.

Upload Artifacts to Maven Central

  1. Run all tests to make sure everything was passed.
    • The check task runs unit tests only. therefore you need to run all integration tests manually.
    • See Testing for more details.
  2. Create ~/.gradle/gradle.properties file using the following template and fill the values. Please refer The Signing Plugin for more details.
    signing.keyId=
    signing.password=
    signing.secretKeyRingFile=
  3. Create local.properties file in the project root using the following template and fill the values.
    ossrh.user=
    ossrh.password=
  4. Run ./gradlew :lib:publish
  5. Open Sonatype OSS Repository Manager.
    1. See "Staging Repositories" section.
    2. Chcek the artifact to publish.
    3. Click "Close" and "Release".