File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -76,3 +76,20 @@ signing.keyId=XXXXXXXX
76
76
signing.password=mypassword
77
77
signing.secretKeyRingFile=path/to/secring.gpg
78
78
79
+ Upload your key
80
+
81
+ C:\repos\functionaljava>gpg --list-key
82
+ C:/Users/maper/AppData/Roaming/gnupg/pubring.kbx
83
+ ------------------------------------------------
84
+ pub rsa3072 2021-02-12 [SC] [expires: 2023-02-12]
85
+ E86A4EC34F25A9CF6118582A7985AAE03F41B2F9
86
+ uid [ultimate] Mark Perry <maperry78@yahoo.com.au>
87
+ sub rsa3072 2021-02-12 [E] [expires: 2023-02-12]
88
+
89
+
90
+ C:\repos\functionaljava>gpg --keyserver hkp://keyserver.ubuntu.com --send-keys E86A4EC34F25A9CF6118582A7985AAE03F41B2F9
91
+ gpg: sending key 7985AAE03F41B2F9 to hkp://keyserver.ubuntu.com
92
+
93
+ gradle upload (takes about 3 mins)
94
+
95
+
Original file line number Diff line number Diff line change 2
2
sonatypeUsername = incorrectUser
3
3
sonatypePassword = incorrectPwd
4
4
5
- signingEnabled = false
5
+ signingEnabled = true
You can’t perform that action at this time.
0 commit comments