# place in ~/.gradle/gradle.properties # ... other properties up here... org.gradle.daemon=true org.gradle.parallel=true # ... the important parts: # Bintray bintray.user=yourBintrayName bintray.key=yourBintrayKey # Maven central sonatype.user=yourSonatypeName sonatype.password=yourSonatypePassword # GPG signing.keyId=yourKeyId signing.password=yourKeyPassword signing.secretKeyRingFile=/Users/yourName/.gnupg/secring.gpg