2022.2: add note about Java 17

This commit is contained in:
Yann Cébron 2022-05-23 11:12:57 +02:00
parent 820d72a00d
commit 627b492b01
2 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,8 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
> >
{type="note"} {type="note"}
> Java 17 is required 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. > 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 [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square)](https://github.com/jetbrains/gradle-intellij-plugin/releases) > Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square)](https://github.com/jetbrains/gradle-intellij-plugin/releases)

View File

@ -58,6 +58,7 @@ Please see also corresponding entries in [Incompatible API Changes](api_changes_
| Branch number | IntelliJ Platform version | | Branch number | IntelliJ Platform version |
|-----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| |-----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
| 222 | 2022.2 (EAP) **NOTE** Java 17 is now required |
| [221](https://github.com/JetBrains/intellij-community/tree/221) | 2022.1 | | [221](https://github.com/JetBrains/intellij-community/tree/221) | 2022.1 |
| [213](https://github.com/JetBrains/intellij-community/tree/213) | 2021.3 | | [213](https://github.com/JetBrains/intellij-community/tree/213) | 2021.3 |
| [212](https://github.com/JetBrains/intellij-community/tree/212) | 2021.2 | | [212](https://github.com/JetBrains/intellij-community/tree/212) | 2021.2 |