toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.signing
/
Signature
/
Generator
Generator
API
@
Incubating
open
class
Generator
(
source
)
Configuration-cache compatible signature generator.
Since
8.1
Members
Constructors
Generator
Link copied to clipboard
API
constructor
(
signatureType
:
SignatureType
,
signatory
:
Signatory
,
toSign
:
File
)
Properties
to
Sign
Link copied to clipboard
API
@get:
PathSensitive
(
value
=
PathSensitivity.NONE
)
@get:
InputFile
val
toSign
:
File
Functions
generate
Link copied to clipboard
API
open
fun
generate
(
)
get
File
Link copied to clipboard
API
@
OutputFile
open
fun
getFile
(
)
:
File