Package buildparameters
Class Signing
java.lang.Object
buildparameters.Signing
-
Constructor Summary
ConstructorsConstructorDescriptionSigning(org.gradle.api.provider.ProviderFactory providers, org.gradle.api.model.ObjectFactory objects) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()The ID of the PGP key to use for signing artifactsThe passphrase for the PGP key specified by signing.key
-
Constructor Details
-
Signing
@Inject public Signing(org.gradle.api.provider.ProviderFactory providers, org.gradle.api.model.ObjectFactory objects)
-
-
Method Details
-
getDisable
public boolean getDisable() -
getKey
The ID of the PGP key to use for signing artifacts -
getPassphrase
The passphrase for the PGP key specified by signing.key
-