sign

Registers signatures for the given artifacts.

Return

this

See also


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

Registers signatures for the given files.

Return

this

See also


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

Registers signatures (with the given classifier) for the given files

Return

this

See also