ProductDescriptor

Configures the product-descriptor section of the plugin.

See also

Types

Properties

Link copied to clipboard
abstract val code: Property<String>

The product code for the plugin, used in the JetBrains Sales System, needs to be pre-approved by JetBrains and must adhere to specified requirements.

Link copied to clipboard
abstract val eap: Property<Boolean>

Specifies the boolean value determining whether the plugin is an EAP release.

Link copied to clipboard
abstract val optional: Property<Boolean>

The boolean value that indicates if the plugin is a Freemium plugin.

Link copied to clipboard
abstract val releaseDate: Property<String>

The release date of the major version, formatted as YYYYMMDD.

Link copied to clipboard
abstract val releaseVersion: Property<String>

The major version, represented in a specific numerical format.