From cdfe1f0002570c03bcc033fcaa37f66f7af6c816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 30 Jul 2024 14:51:56 +0200 Subject: [PATCH] dev_alternate_products.md: note about Gradle 1.x --- topics/products/dev_alternate_products.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/topics/products/dev_alternate_products.md b/topics/products/dev_alternate_products.md index d031c797f..84cd274ea 100644 --- a/topics/products/dev_alternate_products.md +++ b/topics/products/dev_alternate_products.md @@ -4,11 +4,7 @@ Configuring plugin projects for targeting IntelliJ Platform-based IDEs other than IntelliJ IDEA. -> All information on this page applies only when using [](tools_gradle_intellij_plugin.md). -> -> 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). Such plugins are developed much like plugin projects that target IntelliJ IDEA.