Package org.gradle.plugins.signing
Class SigningPlugin
- java.lang.Object
-
- org.gradle.plugins.signing.SigningPlugin
-
public abstract class SigningPlugin extends java.lang.Object implements Plugin<Project>
Adds the ability to digitally sign files and artifacts.- See Also:
- Signing plugin reference
-
-
Constructor Summary
Constructors Constructor Description SigningPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Adds the ability to digitally sign files and artifacts.
-
-
-
Method Detail
-
apply
public void apply(Project project)
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.- Specified by:
apply
in interfacePlugin<Project>
- Parameters:
project
- The target object- See Also:
SigningExtension
-
-