pluginId

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

Specifies a unique plugin identifier, which should be a fully qualified name similar to Java packages and must not collide with the ID of existing plugins. The ID is a technical value used to identify the plugin in the IDE and JetBrains Marketplace.

The provided value will be assigned to the <id> element.

Please use characters, numbers, and ./-/_ symbols only and keep it reasonably short.

Default value: IntelliJPlatformExtension.PluginConfiguration.id