Class SigningPlugin

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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