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 3
3
# Release instructions
4
4
# 1. Follow the gpg setup instructions: http://central.sonatype.org/pages/working-with-pgp-signatures.html
5
5
# a. gpg2 --export-secret-keys > ~/.gnupg/secring.gpg
6
+ # b. gpg2 --list-keys --keyid-format short
6
7
# 2. In ~/.gradle add:
7
8
# sonatypeUsername=your sonatype user name
8
9
# sonatypePassword=password in vault for oss sonatype<ensure newline>
9
10
#
10
- # signing.keyId=generated key
11
+ # signing.keyId=generated key in short format
11
12
# signing.password=password for gpg key
12
13
# signing.secretKeyRingFile=/Users/username/.gnupg/secring.gpg
13
14
#
16
17
# 5. Login as sonatypeUsername
17
18
# 6. Follow the instructions here: http://central.sonatype.org/pages/releasing-the-deployment.html
18
19
19
- ./gradlew --recompile-scripts clean test uploadArchives
20
+ ./gradlew clean test uploadArchives
20
21
You can’t perform that action at this time.
0 commit comments