From d37d7e0daec7b4c096a7b666a9fabdca872c384d Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Fri, 28 Sep 2018 10:37:31 +0200 Subject: [PATCH] [project] specifies minimal JDK version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b243dc973fb..995ed97309b5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Using IntelliJ IDEA **File | Open**, select the `` directory. [refresh the Gradle projects](https://www.jetbrains.com/help/idea/jetgradle-tool-window.html). ### IntelliJ Build Configuration -JDK version 1.8 is required for building and developing for IntelliJ IDEA Community Edition. +JDK version 1.8 (u91 or newer) is required for building and developing for IntelliJ IDEA Community Edition. 1. Using IntelliJ IDEA, [configure](https://www.jetbrains.com/help/idea/sdk.html) a JDK named "**1.8**", pointing to ``. * If not already present, add `/lib/tools.jar` [to the Classpath](https://www.jetbrains.com/help/idea/sdk.html#manage_sdks) tab for the **1.8** JDK.