- Run Release with Gradle action
- Go to sonatype and select
Staging Repositories
- Select
plgrzeslowski-100X
and clickclose
and afterrelease
- Artifact should be visible after some time (protocol, server)
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>