Intelli JPlatform Extension
The IntelliJ Platform Gradle Plugin extension.
Inheritors
Constructors
Types
Configures the plugin definition and stores in the plugin.xml file.
IntelliJ Plugin Verifier CLI tool configuration.
Plugin publishing configuration.
Properties
Enables auto-reload of dynamic plugins. Dynamic plugin will be reloaded automatically when its content is modified. This allows a much faster development cycle by avoiding a full restart of the development instance after code changes.
Builds an index of UI components (searchable options) for the plugin. Controls the execution of the BuildSearchableOptionsTask task.
Enables the compiled classes instrumentation. The compiled code will be enhanced with:
Provides read-only access to the IntelliJ Platform dependency artifact path.
Provides read-only access to the ProductInfo object associated with the IntelliJ Platform dependency configured for the current project.
Defines the project name, which is used for creating file structure and the build archive.
The path to the sandbox container where tests and IDE instances read and write data.
Taken into account only if splitMode is set to true and specifies in which part of the IDE the plugin should be installed when runIde task is executed: the backend process, the frontend process, or both.