You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
* you can also use Web UI and upload plain test key that you can obtain via
45
46
*`gpg --armor --export {your email used for the keys}`
46
-
* Run gradle upload to Nexus. Note that it might be necessary to close and release via Nexus UI.
47
-
*`./gradlew upload -Psigning.keyId=<key ID from gpg --list-secret-keys> -Psigning.password=<password you used to encrypt keys via gpg --gen-key> -Psigning.secretKeyRingFile=<home/user>/.gnupg/secring.gpg -PossrhUsername=<name> -PossrhPassword=<pas>`
47
+
* Publish the release to Nexus.
48
+
*`./gradlew publish`
49
+
* Note that if this fails with error `Execution failed for task ':closeRepository'.`, it might be necessary to close and release via Nexus UI:
0 commit comments