gradle.properties.example

 1# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 2#
 3# GPG settings
 4#
 5
 6# gpg key id
 7#signing.keyId=DEADBEEF
 8# the gpg key passphrase
 9#signing.password=correcthorsebatterystaple
10# gpg keyring (this is the default gnupg keyring containing private keys)
11#signing.secretKeyRingFile=/home/ubuntu/.gnupg/secring.gpg
12
13# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
14#
15# nexus settings
16#
17
18# the nexus username used for log in
19#nexusUsername=ubuntu
20# the nexus password
21#nexusPassword=correcthorsebatterystaple