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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SigningPluginpublic SigningPlugin()
 
- 
- 
Method Details- 
applyAdds the ability to digitally sign files and artifacts. Adds the extension SigningExtensionwith the name "signing".Also adds conventions to all sign tasksto use the signing extension setting defaults.
 
-