Package org.gradle.plugins.signing
Class SigningPlugin
java.lang.Object
org.gradle.plugins.signing.SigningPlugin
Adds the ability to digitally sign files and artifacts.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SigningPlugin
public SigningPlugin()
-
-
Method Details
-
apply
Adds the ability to digitally sign files and artifacts.
Adds the extension
SigningExtension
with the name "signing".Also adds conventions to all
sign tasks
to use the signing extension setting defaults.
-