public class SigningPlugin extends GroovyObjectSupport implements Plugin<Project>
Constructor and Description |
---|
SigningPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project project)
Adds the ability to digitally sign files and artifacts.
|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
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.
apply
in interface Plugin<Project>
project
- The target objectSigningExtension