From 72e4588206200c624ccea682eb9eed266735f59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 30 Jul 2024 14:32:55 +0200 Subject: [PATCH] configuring_plugin_project.md: Gradle 1.x/2.x note --- .../build_system/configuring_plugin_project.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/topics/tutorials/build_system/configuring_plugin_project.md b/topics/tutorials/build_system/configuring_plugin_project.md index 4ec9c982b..71a964009 100644 --- a/topics/tutorials/build_system/configuring_plugin_project.md +++ b/topics/tutorials/build_system/configuring_plugin_project.md @@ -1,11 +1,18 @@ -# Configuring Gradle IntelliJ Plugin - +# Configuring Gradle IntelliJ Plugin + Configuring the essential Gradle IntelliJ Plugin attributes and tasks. This section presents a guided tour of Gradle plugin attributes to achieve the commonly desired functionality. -For more advanced options, see the full [Gradle IntelliJ Plugin](tools_gradle_intellij_plugin.md) reference. +For more advanced options, see the full [](tools_gradle_intellij_plugin.md) reference. + +> This page covers [](tools_gradle_intellij_plugin.md) only. +> +> See the [](tools_intellij_platform_gradle_plugin.md) reference. +> A dedicated page for it will be provided later. +> +{title="Gradle IntelliJ Plugin (1.x) Only"}