diff --git a/build.gradle b/build.gradle index 4b2847f..1cc3477 100644 --- a/build.gradle +++ b/build.gradle @@ -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()