Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.14 KB

DEV_README.md

File metadata and controls

26 lines (20 loc) · 1.14 KB

Deploying to Maven Central

  1. Run Release with Gradle action
  2. Go to sonatype and select Staging Repositories
  3. Select plgrzeslowski-100X and click close and after release
  4. Artifact should be visible after some time (protocol, server)

Prerequisites

In ~/.gradle/gradle.properties add this values:

// https://central.sonatype.org/publish/publish-gradle/#credentials
signing.keyId=<Short GPG Key - 8 chars>
signing.password=<GPG Key Pass>
signing.secretKeyRingFile=<GPG File>
ossrhUsername=<username>
ossrhPassword=<password>

Links

  1. Releasing Deployment from OSSRH to the Central Repository
  2. Deploying to OSSRH with Gradle
  3. OSSRH: Various projects under "pl.grzeslowski"