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

getFile

open fun getFile(): File

The file for the generated signature, which may not yet exist.

The file will be placed alongside the file to sign with the extension of the signature type.

Return
The signature file. May be null if unknown at this time.

See Also
SignatureType#fileFor(File)