File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33# Release instructions
44# 1. Follow the gpg setup instructions: http://central.sonatype.org/pages/working-with-pgp-signatures.html
55# a. gpg2 --export-secret-keys > ~/.gnupg/secring.gpg
6+ # b. gpg2 --list-keys --keyid-format short
67# 2. In ~/.gradle add:
78# sonatypeUsername=your sonatype user name
89# sonatypePassword=password in vault for oss sonatype<ensure newline>
910#
10- # signing.keyId=generated key
11+ # signing.keyId=generated key in short format
1112# signing.password=password for gpg key
1213# signing.secretKeyRingFile=/Users/username/.gnupg/secring.gpg
1314#
1617# 5. Login as sonatypeUsername
1718# 6. Follow the instructions here: http://central.sonatype.org/pages/releasing-the-deployment.html
1819
19- ./gradlew --recompile-scripts clean test uploadArchives
20+ ./gradlew clean test uploadArchives
2021
You can’t perform that action at this time.
0 commit comments