mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
configuring_plugin_project.md: Gradle 1.x/2.x note
This commit is contained in:
parent
36c0aa2c19
commit
72e4588206
@ -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. -->
|
<!-- 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>
|
<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.
|
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"/>
|
<include from="snippets.md" element-id="gradlePluginVersion"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user