products: remove explicit Gradle 1.x mention

This commit is contained in:
Yann Cébron 2024-07-30 10:30:10 +02:00
parent 7bec52a848
commit 1323a2e59c
7 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
[CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product.
Plugin projects for CLion can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
Plugin projects for CLion can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>

View File

@ -9,7 +9,7 @@
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
[DataGrip](https://www.jetbrains.com/datagrip/) is an IntelliJ Platform-based product.
Plugin projects targeting DataGrip can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
Plugin projects targeting DataGrip can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>

View File

@ -9,7 +9,7 @@
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
[GoLand](https://www.jetbrains.com/go/) is an IntelliJ Platform-based product.
Plugin projects for GoLand can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
Plugin projects for GoLand can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>

View File

@ -9,7 +9,7 @@
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
[PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product.
This page describes configuring plugin projects targeting PhpStorm.
Plugin projects targeting PhpStorm can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>

View File

@ -9,7 +9,7 @@
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
[PyCharm](https://www.jetbrains.com/pycharm/) is an IntelliJ Platform-based product.
Plugin projects for PyCharm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
Plugin projects for PyCharm can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>

View File

@ -9,7 +9,7 @@
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
[RubyMine](https://www.jetbrains.com/ruby/) is an IntelliJ Platform-based product.
Plugin projects for RubyMine can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
Plugin projects for RubyMine can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>

View File

@ -9,7 +9,7 @@
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
[WebStorm](https://www.jetbrains.com/webstorm/) is an IntelliJ Platform-based product.
Plugin projects for WebStorm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
Plugin projects for WebStorm can be developed using [IntelliJ IDEA](idea.md).
> Follow [Building a Plugin for WebStorm Tutorial for JavaScript Developers](learning_resources.md#articles) blog post series to get started
> and [How To Build a Plugin for JetBrains IDEs (Analog.js Example)](learning_resources.md#webinars) webinar.