Skip to content

Commit

Permalink
Added publish command in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MMauro94 committed Oct 28, 2021
1 parent 344217c commit 2d2c5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ java {
// - signing.keyId, signing.password and signing.secretKeyRingFile variables (use short key id)
// - singing.secretKeyRingFile should be a gpg file, if not present export one with `gpg --export-secret-keys > secring.gpg`

// PUBLISH WITH COMMAND gradle publishToSonatype closeAndReleaseSonatypeStagingRepository

nexusPublishing {
repositories {
sonatype()
Expand Down

0 comments on commit 2d2c5f6

Please sign in to comment.