Guest User

Untitled

a guest
Sep 27th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ##############################################################################
  2. # This file lives at ~/.gradle/gradle.properties, and supplies secure details
  3. # for 'gradle uploadArchives'
  4. ##############################################################################
  5.  
  6. # keyId from 'gpg --list-keys'
  7. signing.keyId=
  8.  
  9. # passphrase used when generating key
  10. signing.password=
  11.  
  12. # location of secret key ring file from 'gpg --list-secret-keys'
  13. signing.secretKeyRingFile=/home/tom/.gnupg/secring.gpg
  14.  
  15. # Nexus username/password for deployment
  16. sonatypeUsername=
  17. sonatypePassword=
Add Comment
Please, Sign In to add comment