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
SigningExtensionwith the name "signing".Also adds conventions to all
sign tasksto use the signing extension setting defaults. 
 -