Intelli JPlugin Extension
Configuration options for the IntelliJPlugin.
Constructors
Types
Functions
Configure multiple repositories for downloading plugins.
Properties
If enabled, automatically configures the default IntelliJ Platform dependencies in the current project. Otherwise, the intellij, intellijPlugin, and intellijPlugins functions could be used for an explicit configuration.
Configure extra dependency artifacts from the IntelliJ repository. The dependencies on them could be configured only explicitly using the intellijExtra function in the dependencies block.
The list of bundled IDE plugins and plugins from the JetBrains Marketplace or configured pluginsRepositories.
Patches plugin.xml with the patchPluginXml.untilBuild with the value of org.jetbrains.intellij.tasks.PatchPluginXmlTask.sinceBuild used with * wildcard, like sinceBuild.*, e.g., 220.*.
Defines if the plugin.xml should be patched with the values of org.jetbrains.intellij.tasks.PatchPluginXmlTask.sinceBuild and org.jetbrains.intellij.tasks.PatchPluginXmlTask.untilBuild properties.
Required. The version of the IntelliJ Platform IDE that will be used to build the plugin. Please see Plugin Compatibility topic in SDK docs for more details.