Skip to content

Commit

Permalink
Update docs to make example signing key id consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmr committed May 31, 2023
1 parent f6464c3 commit 87156a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gpg --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg

=== Adding signing options for gradle

- `signing.keyId` is the last 8 characters of the public key id for the signing key, in this example, `9F712BEC`.
- `signing.keyId` is the last 8 characters of the public key id for the signing key, in this example, `2657EDD1`.
- `signing.password` is the passphrase for your keyring
- `signing.secretKeyRingFile` is the absolute path to the secret key ring file containing your private key

Expand Down

0 comments on commit 87156a0

Please sign in to comment.