privateKeyFile

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val privateKeyFile: RegularFileProperty

Specifies a file with an encoded private key in the PEM format. Corresponds to the key-file CLI option.

Default value: IntelliJPlatformExtension.Signing.privateKeyFile