Groovy Documentation

org.gradle.plugins.signing
[Groovy] Class SigningPlugin

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

class SigningPlugin
extends java.lang.Object

Adds the ability to digitially sign files and artifacts.


Method Summary
void apply(Project project)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

apply

void apply(Project project)

Adds the ability to digitially sign files and artifacts.

Attaches a signing convention with the name �signing�, connected to a signing settings for this project.

Also adds conventions to all sign tasks to use the signing setting defaults.

See Also:
SigningPluginConvention
SigningSettings.addSignatureSpecConventions


 

Groovy Documentation