-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties.sample
More file actions
21 lines (19 loc) · 903 Bytes
/
Copy pathgradle.properties.sample
File metadata and controls
21 lines (19 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ---------------------------------------------------------------
# gradle.properties.sample
#
# Copy this file to ~/.gradle/gradle.properties and fill in your
# real values. Never commit credentials to the repository.
# ---------------------------------------------------------------
# Maven Central (central.sonatype.org)
# Generate a user token at: Account → Generate User Token
mavenCentralUsername=your-token-username
mavenCentralPassword=your-token-password
# GPG signing
# signing.keyId — last 8 characters of your key ID
# Run: gpg --list-secret-keys --keyid-format SHORT
# signing.password — the passphrase you set when generating the key
# signing.secretKeyRingFile — path to your exported keyring
# Run: gpg --export-secret-keys > ~/.gnupg/secring.gpg
signing.keyId=XXXXXXXX
signing.password=your-gpg-passphrase
signing.secretKeyRingFile=/Users/yourname/.gnupg/secring.gpg