From f5fbb13fff2f09459cdf56589a9e98fa1cc19dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 2 Dec 2020 16:02:18 +0100 Subject: [PATCH] build_number_ranges.md: note about Java 11 for 203 --- basics/getting_started/build_number_ranges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/getting_started/build_number_ranges.md b/basics/getting_started/build_number_ranges.md index 0ff41a2af..39ad455cf 100644 --- a/basics/getting_started/build_number_ranges.md +++ b/basics/getting_started/build_number_ranges.md @@ -52,7 +52,7 @@ Usually you should omit the product ID and use only the branch number and build | Branch number | IntelliJ Platform version | | --------------------------------------------------------------- | ------------------------- | -| [203](https://github.com/JetBrains/intellij-community/tree/203) | 2020.3 | +| [203](https://github.com/JetBrains/intellij-community/tree/203) | 2020.3 **NOTE** Java 11 is now required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) | | [202](https://github.com/JetBrains/intellij-community/tree/202) | 2020.2 | | [201](https://github.com/JetBrains/intellij-community/tree/201) | 2020.1 | | [193](https://github.com/JetBrains/intellij-community/tree/193) | 2019.3 |