From a06c8e8d2c286bfe8918d838c190a08e67c1995b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 11 May 2022 10:44:02 +0200 Subject: [PATCH] data_grip.md: remove note about prehistoric gradle-intellij-plugin version specific attribute, one more --- topics/products/datagrip/data_grip.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/topics/products/datagrip/data_grip.md b/topics/products/datagrip/data_grip.md index c993f509f..d247acc12 100644 --- a/topics/products/datagrip/data_grip.md +++ b/topics/products/datagrip/data_grip.md @@ -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 plugin.xml file. As described in [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality) table, the `` 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.