api / org.gradle.plugins.signing / SigningPlugin / apply

apply

open fun apply(project: Project): Unit

Overrides Plugin.apply

Adds the ability to digitally sign files and artifacts.

Adds the extension SigningExtension with the name “signing”.

Also adds conventions to all Sign to use the signing extension setting defaults.

See Also
SigningExtension