Class SigningPlugin

java.lang.Object
org.gradle.plugins.signing.SigningPlugin
All Implemented Interfaces:
Plugin<Project>

public class SigningPlugin extends Object implements Plugin<Project>
Adds the ability to digitally sign files and artifacts.
  • Constructor Details

    • SigningPlugin

      public SigningPlugin()
  • Method Details

    • 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 interface Plugin<Project>
      Parameters:
      project - The target object
      See Also: