242: Gradle plugin requirements

This commit is contained in:
Yann Cébron 2024-04-11 17:28:03 +02:00
parent 75b20f4bac
commit 3f20e59371
10 changed files with 20 additions and 18 deletions

View File

@ -70,7 +70,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
## 2022.3 ## 2022.3
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/> <include from="snippets.md" element-id="gradlePluginVersion"/>
### IntelliJ Platform 2022.3 ### IntelliJ Platform 2022.3

View File

@ -68,7 +68,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
<include from="snippets.md" element-id="apiChangesJavaVersion"/> <include from="snippets.md" element-id="apiChangesJavaVersion"/>
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/> <include from="snippets.md" element-id="gradlePluginVersion"/>
## 2023.3 ## 2023.3

View File

@ -68,7 +68,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
<include from="snippets.md" element-id="apiChangesJavaVersion"/> <include from="snippets.md" element-id="apiChangesJavaVersion"/>
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/> <include from="snippets.md" element-id="gradlePluginVersion"/>
## 2024.2 ## 2024.2

View File

@ -79,6 +79,16 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
</snippet> </snippet>
<snippet id="gradlePluginVersion">
> When targeting 2024.2 or later, [](tools_intellij_platform_gradle_plugin.md) is required.
>
> When targeting 2022.3 or later, [Gradle IntelliJ Plugin](tools_gradle_intellij_plugin.md#usage) version **1.10.1** or higher is required (current: %gradle-intellij-plugin-version%).
>
{style="warning" title="Gradle: Minimum Plugin Versions"}
</snippet>
<snippet id="ep_list_legend"> <snippet id="ep_list_legend">
## Legend ## Legend

View File

@ -8,7 +8,7 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
## 2022.3 ## 2022.3
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/> <include from="snippets.md" element-id="gradlePluginVersion"/>
### IntelliJ Platform 2022.3 ### IntelliJ Platform 2022.3

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Notable Changes in IntelliJ Platform and Plugins API 2023.* # Notable Changes in IntelliJ Platform and Plugins API 2023.*
@ -6,8 +6,7 @@
_Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com). _Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com).
<include from="snippets.md" element-id="gradlePluginVersion"/>
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/>
## 2023.3 ## 2023.3

View File

@ -6,8 +6,7 @@
_Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com). _Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com).
<include from="snippets.md" element-id="gradlePluginVersion"/>
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/>
## 2024.2 ## 2024.2

View File

@ -35,13 +35,7 @@ The plugin provides functionalities like:
## Usage ## Usage
<snippet id="gradle_plugin_223_problem"> <include from="snippets.md" element-id="gradlePluginVersion"/>
> [Gradle IntelliJ Plugin](tools_gradle_intellij_plugin.md#usage) version **1.10.1** or higher is required (current: %gradle-intellij-plugin-version%).
>
{style="warning" title="Targeting 2022.3+"}
</snippet>
To enable this plugin in your Gradle-based project, register the plugin in the Gradle build script's `plugins` section: To enable this plugin in your Gradle-based project, register the plugin in the Gradle build script's `plugins` section:

View File

@ -6,7 +6,7 @@
### How to target 2022.3 platform? ### How to target 2022.3 platform?
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/> <include from="snippets.md" element-id="gradlePluginVersion"/>
### How to modify JVM arguments of runIde task? ### How to modify JVM arguments of runIde task?

View File

@ -87,7 +87,7 @@ In some cases, keeping a dedicated branch and corresponding plugin release for e
Note that there is no `YY0`. Note that there is no `YY0`.
In the `YYYY.R` versioning scheme, the `R` part starts at 1. In the `YYYY.R` versioning scheme, the `R` part starts at 1.
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/> <include from="snippets.md" element-id="gradlePluginVersion"/>
| Branch number | IntelliJ Platform version | | Branch number | IntelliJ Platform version |
|-----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| |-----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|