Skip to content

Commit a38b290

Browse files
committed
Additional deploy instructions
1 parent a6fc36e commit a38b290

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,14 @@ Let's begin with the permissions.
256256
cp gradle.properties.example ~/.gradle/gradle.properties
257257
```
258258
259-
Edit that file and set your `sonatypeUsername` and sonatypePassword`.
259+
Edit that file and set your `sonatypeUsername` and sonatypePassword`. You also need to set the values for your keys. Here's how to list/create them. [1](http://central.sonatype.org/pages/working-with-pgp-signatures.html).
260+
261+
```
262+
gpg2 --list-keys
263+
gpg --gen-key
264+
```
265+
266+
Then set the values for `signing.keyId` and `signing.secretKeyRingFile`. You don't need to set the `signing.password`.
260267
261268
Cool, now you can do the following.
262269

0 commit comments

Comments
 (0)