mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
tools_gradle_intellij_plugin_faq.md: fixed anchor
This commit is contained in:
parent
96185811a6
commit
197d2302be
@ -262,7 +262,7 @@ To fix that issue, upgrade the Java version to the latest patch available of the
|
|||||||
|
|
||||||
It is possible to add a dependency on a plugin available in the file system — like a plugin update downloaded manually from JetBrains Marketplace or built separately in another project.
|
It is possible to add a dependency on a plugin available in the file system — like a plugin update downloaded manually from JetBrains Marketplace or built separately in another project.
|
||||||
|
|
||||||
To configure the dependency, add the `File` instance to the [`intellij.plugins`](tools_gradle_intellij_plugin.md#tasks-intellij-plugins) property and point it to the `lib` directory inside the extracted plugin's directory or any other parent that contains plugin's `.jar` files.
|
To configure the dependency, add the `File` instance to the [`intellij.plugins`](tools_gradle_intellij_plugin.md#intellij-extension-plugins) property and point it to the `lib` directory inside the extracted plugin's directory or any other parent that contains plugin's `.jar` files.
|
||||||
|
|
||||||
<tabs group="languages">
|
<tabs group="languages">
|
||||||
<tab title="Kotlin" group-key="kotlin">
|
<tab title="Kotlin" group-key="kotlin">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user