Implemented support for custom gradle setting
This commit is contained in:
parent
e9ccfd15de
commit
b4719d2eb4
3 changed files with 29 additions and 12 deletions
11
custom.properties
Normal file
11
custom.properties
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# ~/.gradle/gradle.properties
|
||||
|
||||
SONATYPE_NEXUS_USERNAME=RkGxVN2E
|
||||
SONATYPE_NEXUS_PASSWORD=
|
||||
|
||||
signing.keyId=21038C46
|
||||
signing.password=
|
||||
|
||||
signing.gnupg.keyName=21038C46
|
||||
signing.gnupg.passphrase=
|
||||
signing.gnupg.useLegacyGpg=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue