plugin_dependencies.md: bundled plugin IDs in Gradle 2.x

This commit is contained in:
Yann Cébron 2024-06-11 17:35:55 +02:00
parent c7c22efd0d
commit e9c79c2f82

View File

@ -45,11 +45,25 @@ For plugins published on [JetBrains Marketplace](https://plugins.jetbrains.com):
### Bundled and Other Plugins
<tabs>
<tab title="Gradle">
When using [Gradle IntelliJ Plugin](developing_plugins.md), all bundled plugin IDs can be gathered using [`listBundledPlugins`](tools_gradle_intellij_plugin.md#tasks-listbundledplugins) task.
For [](tools_intellij_platform_gradle_plugin.md), use [`printBundledPlugins`](tools_intellij_platform_gradle_plugin_tasks.md#printBundledPlugins) task.
</tab>
<tab title="DevKit or non-public plugins">
When using [DevKit](developing_themes.md) and for non-public plugins, locate the plugin's main JAR file containing <path>META-INF/plugin.xml</path> descriptor with [`<id>`](plugin_configuration_file.md#idea-plugin__id) tag (or [`<name>`](plugin_configuration_file.md#idea-plugin__name) if not specified).
Bundled plugins are located in <path>$PRODUCT_ROOT$/plugins/$PLUGIN_NAME$/lib/$PLUGIN_NAME$.jar</path>.
</tab>
</tabs>
#### IDs of Bundled Plugins
The following table lists some commonly used bundled plugins and their ID.