tools_gradle_intellij_plugin_faq.md: fixed anchor

This commit is contained in:
Jakub Chrzanowski 2023-03-29 09:31:39 +02:00
parent 96185811a6
commit 197d2302be
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -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">