api / org.gradle.plugins.signing / Signature / getClassifier

getClassifier

open fun getClassifier(): String

The classifier of the signature artifact.

Defaults to the classifier of the source artifact (if signing an artifact) or the given classifier at construction (if given).

Return
The classifier. May be null if unknown at this time.