mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
snippets: apiChangesJavaVersion
This commit is contained in:
parent
7a85eaab23
commit
d2204da8b8
@ -62,13 +62,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
|
|
||||||
<include from="snippets.md" element-id="apiChangesHeader"/>
|
<include from="snippets.md" element-id="apiChangesHeader"/>
|
||||||
|
|
||||||
## 2020.3
|
<include from="snippets.md" element-id="apiChangesJavaVersion"/>
|
||||||
|
|
||||||
> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
|
## 2020.3
|
||||||
>
|
|
||||||
> Please make sure to always upgrade [](tools_gradle_intellij_plugin.md) to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
|
|
||||||
>
|
|
||||||
{style="note"}
|
|
||||||
|
|
||||||
### IntelliJ Platform 2020.3
|
### IntelliJ Platform 2020.3
|
||||||
|
|
||||||
|
@ -62,11 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
|
|
||||||
<include from="snippets.md" element-id="apiChangesHeader"/>
|
<include from="snippets.md" element-id="apiChangesHeader"/>
|
||||||
|
|
||||||
> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
|
<include from="snippets.md" element-id="apiChangesJavaVersion"/>
|
||||||
>
|
|
||||||
> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
|
|
||||||
>
|
|
||||||
{style="note"}
|
|
||||||
|
|
||||||
## 2021.3
|
## 2021.3
|
||||||
|
|
||||||
|
@ -62,13 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
|
|
||||||
<include from="snippets.md" element-id="apiChangesHeader"/>
|
<include from="snippets.md" element-id="apiChangesHeader"/>
|
||||||
|
|
||||||
> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/) when targeting 2022.2 or later only.
|
<include from="snippets.md" element-id="apiChangesJavaVersion"/>
|
||||||
>
|
|
||||||
> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
|
|
||||||
>
|
|
||||||
> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
|
|
||||||
>
|
|
||||||
{style="note"}
|
|
||||||
|
|
||||||
## 2022.3
|
## 2022.3
|
||||||
|
|
||||||
|
@ -62,13 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
|
|
||||||
<include from="snippets.md" element-id="apiChangesHeader"/>
|
<include from="snippets.md" element-id="apiChangesHeader"/>
|
||||||
|
|
||||||
> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/) when targeting 2022.2 or later only.
|
<include from="snippets.md" element-id="apiChangesJavaVersion"/>
|
||||||
>
|
|
||||||
> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
|
|
||||||
>
|
|
||||||
> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
|
|
||||||
>
|
|
||||||
{style="note"}
|
|
||||||
|
|
||||||
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"></include>
|
<include from="tools_gradle_intellij_plugin.md" element-id="gradle_plugin_223_problem"></include>
|
||||||
|
|
||||||
|
@ -39,3 +39,15 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
|||||||
{style="note"}
|
{style="note"}
|
||||||
|
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|
||||||
|
<snippet id="apiChangesJavaVersion">
|
||||||
|
|
||||||
|
> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/) when targeting 2022.2 or later only.
|
||||||
|
>
|
||||||
|
> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
|
||||||
|
>
|
||||||
|
> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
|
||||||
|
>
|
||||||
|
{style="note"}
|
||||||
|
|
||||||
|
</snippet>
|
||||||
|
@ -39,12 +39,7 @@ If it is required to style components used only in a specific IDE like _IntelliJ
|
|||||||
|
|
||||||
The first step of configuring a theme plugin SDK is adding the JDK.
|
The first step of configuring a theme plugin SDK is adding the JDK.
|
||||||
|
|
||||||
> When targeting 2020.3 and later only, using Java 11 is required.
|
<include from="snippets.md" element-id="apiChangesJavaVersion"/>
|
||||||
> See the [IntelliJ project migrates to Java 11](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/) blog post for details.
|
|
||||||
>
|
|
||||||
> When targeting 2022.2 and later only, using Java 17 is required.
|
|
||||||
>
|
|
||||||
{style="note"}
|
|
||||||
|
|
||||||
<procedure title="Add JDK" id="add-jdk">
|
<procedure title="Add JDK" id="add-jdk">
|
||||||
|
|
||||||
|
@ -23,11 +23,7 @@ Launch the <control>New Project</control> wizard via the <ui-path>File | New | P
|
|||||||
7. Select <control>JDK</control> 11.
|
7. Select <control>JDK</control> 11.
|
||||||
This JDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin sources.
|
This JDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin sources.
|
||||||
|
|
||||||
> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/) when targeting 2022.2 or later only.
|
<include from="snippets.md" element-id="apiChangesJavaVersion"/>
|
||||||
>
|
|
||||||
> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
|
|
||||||
>
|
|
||||||
{style="note"}
|
|
||||||
|
|
||||||
8. After providing all the information, click the <control>Create</control> button to generate the project.
|
8. After providing all the information, click the <control>Create</control> button to generate the project.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user