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"}