We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4480b0 commit f036d41Copy full SHA for f036d41
README.md
@@ -20,4 +20,11 @@ mavenCentralPassword=???
20
21
## Signing
22
23
-Maven publication GPG key signature: `7A3E779E5DC017B1F11F651B7BC726143958AFEC`.
+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