configuring_plugin_project.md: Gradle 1.x/2.x note

This commit is contained in:
Yann Cébron 2024-07-30 14:32:55 +02:00
parent 36c0aa2c19
commit 72e4588206

View File

@ -1,11 +1,18 @@
# Configuring Gradle IntelliJ Plugin
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Configuring Gradle IntelliJ Plugin
<link-summary>Configuring the essential Gradle IntelliJ Plugin attributes and tasks.</link-summary>
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"}
<include from="snippets.md" element-id="gradlePluginVersion"/>