sign

open fun sign(tasks: Array<Task>)(source)

Configures the task to sign the archive produced for each of the given tasks (which must be archive tasks).


open fun sign(publishArtifacts: Array<PublishArtifact>)(source)

Configures the task to sign each of the given artifacts


open fun sign(files: Array<File>)(source)

Configures the task to sign each of the given files


open fun sign(classifier: String, files: Array<File>)(source)

Configures the task to sign each of the given artifacts, using the given classifier as the classifier for the resultant signature publish artifact.


open fun sign(configurations: Array<Configuration>)(source)

Configures the task to sign every artifact of the given configurations


open fun sign(publications: Array<Publication>)(source)

Configures the task to sign every artifact of the given publications

Since

4.8