mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
data_grip.md: remove note about prehistoric gradle-intellij-plugin version specific attribute, one more
This commit is contained in:
parent
624f92df1a
commit
a06c8e8d2c
@ -26,11 +26,6 @@ To see how these attributes appear in a similar Gradle build script for PhpStorm
|
||||
[properties]: https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
||||
[dsl]: https://github.com/JetBrains/gradle-intellij-plugin#running-dsl
|
||||
|
||||
The additional attribute `runIde.jvmArgs` is required for versions of the `gradle-intellij-plugin` 0.4.16 and earlier.
|
||||
This attribute declares that Gradle should use the DataGrip platform to run/debug plugins in a development instance.
|
||||
It is not required for building plugins and manually installing them in DataGrip.
|
||||
Benign, but redundant attribute if used for later versions of the `gradle-intellj-plugin`.
|
||||
|
||||
The dependency on the DataGrip APIs must be declared in the <path>plugin.xml</path> file.
|
||||
As described in [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality) table, the `<depends>` tags must declare `com.intellij.database`.
|
||||
**Note** that DataGrip plugins must also declare a dependency on `com.intellij.modules.platform` because `com.intellij.database` is not recognized as a module.
|
||||
|
Loading…
x
Reference in New Issue
Block a user