Skip to content

Commit b0c5834

Browse files
committed
keyserver
1 parent 0b90c45 commit b0c5834

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,13 @@ The signing.password is the password you used when generating this key. It could
271271

272272
The signing.secretKeyRingFile is the path to the secring.gpg.
273273

274-
Cool, now you can do the following.
274+
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!
275281

276282
```
277283
./gradlew uploadArchives

0 commit comments

Comments
 (0)