dev_alternate_products.md: note about Gradle 1.x

This commit is contained in:
Yann Cébron 2024-07-30 14:51:56 +02:00
parent 7118687812
commit cdfe1f0002

View File

@ -4,11 +4,7 @@
<link-summary>Configuring plugin projects for targeting IntelliJ Platform-based IDEs other than IntelliJ IDEA.</link-summary> <link-summary>Configuring plugin projects for targeting IntelliJ Platform-based IDEs other than IntelliJ IDEA.</link-summary>
> All information on this page applies only when using [](tools_gradle_intellij_plugin.md). <include from="creating_plugin_project.md" element-id="gradle1xOnly"/>
>
> This page will be updated soon, see [](tools_intellij_platform_gradle_plugin.md) pages in the meantime for configuration reference.
>
{style="warning" title="Gradle Plugin 1.x Only"}
Plugin projects can target any (custom) IDEs, as long as the products are based on the [IntelliJ Platform](intellij_platform.md). Plugin projects can target any (custom) IDEs, as long as the products are based on the [IntelliJ Platform](intellij_platform.md).
Such plugins are developed much like plugin projects that target IntelliJ IDEA. Such plugins are developed much like plugin projects that target IntelliJ IDEA.