privateKey

@get:Input
@get:Optional
abstract val privateKey: Property<String>

Specifies the encoded private key in the PEM format. Corresponds to the key CLI option.

Takes precedence over the privateKeyFile property.

Default value: IntelliJPlatformExtension.Signing.privateKey