Skip to content

Commit f036d41

Browse files
committed
correct documentation
1 parent f4480b0 commit f036d41

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ mavenCentralPassword=???
2020

2121
## Signing
2222

23-
Maven publication GPG key signature: `7A3E779E5DC017B1F11F651B7BC726143958AFEC`.
23+
Add lines like below into ~/.gradle/gradle.properties:
24+
```properties
25+
signing.keyId=F27AB2F4
26+
signing.password=
27+
# can be exported via gpg --export-secret-keys -o xxx.gpg
28+
# see https://stackoverflow.com/a/39573795/185498
29+
signing.secretKeyRingFile=xxx.gpg
30+
```

0 commit comments

Comments
 (0)