mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_dependencies.md: bundled plugin IDs in Gradle 2.x
This commit is contained in:
parent
c7c22efd0d
commit
e9c79c2f82
@ -45,11 +45,25 @@ For plugins published on [JetBrains Marketplace](https://plugins.jetbrains.com):
|
|||||||
|
|
||||||
### Bundled and Other Plugins
|
### 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.
|
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).
|
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>.
|
Bundled plugins are located in <path>$PRODUCT_ROOT$/plugins/$PLUGIN_NAME$/lib/$PLUGIN_NAME$.jar</path>.
|
||||||
|
|
||||||
|
</tab>
|
||||||
|
|
||||||
|
</tabs>
|
||||||
|
|
||||||
#### IDs of Bundled Plugins
|
#### IDs of Bundled Plugins
|
||||||
|
|
||||||
The following table lists some commonly used bundled plugins and their ID.
|
The following table lists some commonly used bundled plugins and their ID.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user