Constructor | Description |
---|---|
SigningPlugin() |
Modifier and Type | Method | Description |
---|---|---|
void |
apply(Project project) |
Adds the ability to digitally sign files and artifacts.
|
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