- Configure git with your codesigning key; make sure it's the same as the one
you use to sign binaries (i.e. it's the same one you adaded to gradle.properties):
# Do this for the repo only git config user.email "[email protected]" git config user.signingKey "your-key-id"
- Add your plugins.gradle.org credentials to ~/.gradle/gradle.properties:
gradle.publish.key=<the key> gradle.publish.secret=<the secret>