We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b90c45 commit b0c5834Copy full SHA for b0c5834
1 file changed
README.md
@@ -271,7 +271,13 @@ The signing.password is the password you used when generating this key. It could
271
272
The signing.secretKeyRingFile is the path to the secring.gpg.
273
274
-Cool, now you can do the following.
+Now, upload that key to the keyserver.
275
+
276
+```
277
+gpg --keyserver hkp://pool.sks-keyservers.net --send-keys 5D64A177
278
279
280
+Now, you can finally upload! Ah, Java!
281
282
```
283
./gradlew uploadArchives
0 commit comments