mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
242: Gradle plugin requirements
This commit is contained in:
parent
75b20f4bac
commit
3f20e59371
@ -70,7 +70,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -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="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/>
|
||||
<include from="snippets.md" element-id="gradlePluginVersion"/>
|
||||
|
||||
## 2023.3
|
||||
|
||||
|
@ -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="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/>
|
||||
<include from="snippets.md" element-id="gradlePluginVersion"/>
|
||||
|
||||
## 2024.2
|
||||
|
||||
|
@ -79,6 +79,16 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
||||
|
||||
</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">
|
||||
|
||||
## Legend
|
||||
|
@ -8,7 +8,7 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -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.*
|
||||
|
||||
@ -6,8 +6,7 @@
|
||||
|
||||
_Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com).
|
||||
|
||||
|
||||
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/>
|
||||
<include from="snippets.md" element-id="gradlePluginVersion"/>
|
||||
|
||||
## 2023.3
|
||||
|
||||
|
@ -6,8 +6,7 @@
|
||||
|
||||
_Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com).
|
||||
|
||||
|
||||
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"/>
|
||||
<include from="snippets.md" element-id="gradlePluginVersion"/>
|
||||
|
||||
## 2024.2
|
||||
|
||||
|
@ -35,13 +35,7 @@ The plugin provides functionalities like:
|
||||
|
||||
## Usage
|
||||
|
||||
<snippet id="gradle_plugin_223_problem">
|
||||
|
||||
> [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>
|
||||
<include from="snippets.md" element-id="gradlePluginVersion"/>
|
||||
|
||||
To enable this plugin in your Gradle-based project, register the plugin in the Gradle build script's `plugins` section:
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
### 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?
|
||||
|
||||
|
@ -87,7 +87,7 @@ In some cases, keeping a dedicated branch and corresponding plugin release for e
|
||||
Note that there is no `YY0`.
|
||||
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 |
|
||||
|-----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
Loading…
x
Reference in New Issue
Block a user