api / org.gradle.plugins.signing / SigningPlugin

SigningPlugin

open class SigningPlugin : Plugin<Project>

Adds the ability to digitally sign files and artifacts.

Constructors

<init>

SigningPlugin()

Adds the ability to digitally sign files and artifacts.

Functions

apply

open fun apply(project: Project): Unit

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.