Hi,
I added the code block mentioned in the docs to call the signing plugin:
signing {
  sign configurations.archives
}

I also set the following properties in gradle.properties living in the same
directory as my build file:
signing.keyId=ABE779FC
signing.password=XXXXXX
signing.secretKeyRingFile=/home/bmccann/.gnupg/secring.gpg

However, I get an error:
Cause: Cannot perform signing task ':signArchives' because it has no
configured signatory

Is there something I might have forgotten?  How can I figure out what's
going on?

Thanks,
Ben

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Trouble-with-signing-plugin-tp5048418p5048418.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to