Class SigningPlugin

  • All Implemented Interfaces:
    Plugin<Project>

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

      • SigningPlugin

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