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

fileFor

abstract fun fileFor(toSign: File): File

Calculates the file where to store the signature of the given file to be signed.

Parameters

toSign - The file to be signed

Return
The file where to write the signature of the given file to be signed