You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,9 +263,13 @@ gpg2 --list-keys
263
263
gpg --gen-key
264
264
```
265
265
266
-
Then set the values for `signing.keyId` and `signing.secretKeyRingFile`.You don't need to set the `signing.password`.
266
+
Setthe signing.KeyId, signing.password, and the signing.secretKeyRingFile.
267
267
268
-
The `signing.keyId` is the "sec" part of your list of keys that looks something like this: `2048R/5D64A177`. So in this scenario it would be `5D64A177`.
268
+
Thesigning.KeyId is the 'pub' one. It's the part of your list of keys that looks something like this: `2048R/5D64A177`. So in this scenario it would be `5D64A177`. [1](http://www.gradle.org/docs/current/userguide/signing_plugin.html)
269
+
270
+
The signing.password is the password you used when generating this key. It could be blank if you didn't use a password.
271
+
272
+
The signing.secretKeyRingFile is the path to the secring.gpg.
0 commit comments