api / org.gradle.plugins.signing.type / SignatureType / combinedExtension

combinedExtension

abstract fun combinedExtension(toSign: File): String

Combines the extension of the given file with the expected signature extension.

Parameters

toSign - The file to be signed

See Also
#getExtension()

Return
The combined file extension (without the leading dot)