Skip to content

Instantly share code, notes, and snippets.

@nator333
Created June 11, 2021 18:25
Show Gist options
  • Save nator333/da501f05291f178b17bd37210deedb73 to your computer and use it in GitHub Desktop.
Save nator333/da501f05291f178b17bd37210deedb73 to your computer and use it in GitHub Desktop.
memo
# To add pgp ascii armor key to gradle.properties
gpg --armor --export-secret-keys $key_id \
| awk 'NR == 1 { print "GPG_SIGNING_KEY=" } 1' ORS='\\n' \
>> gradle.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment