From d172522bb390b36e99b189395e11b14cce3ee175 Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Thu, 12 Jan 2023 14:37:45 +0100 Subject: [PATCH] [docs] update README.md for intellij-community project There are no Gradle modules in intellij-community project anymore, and this sentence confuses users (see IDEA-310261). GitOrigin-RevId: 129779c20271506bd65a300c1ac8ed1c3562fc62 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 37b74aec7f1f..c3829933406b 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ for the IntelliJ Platform. Using IntelliJ IDEA **File | Open**, select the `` directory. * If IntelliJ IDEA displays an error about a missing or out of date required plugin (e.g. Kotlin), [enable, upgrade, or install that plugin](https://www.jetbrains.com/help/idea/managing-plugins.html) and restart IntelliJ IDEA. -* If IntelliJ IDEA displays an error about a Gradle configuration not found, - [refresh the Gradle projects](https://www.jetbrains.com/help/idea/jetgradle-tool-window.html). ### IntelliJ Build Configuration 1. It's recommended to use JetBrains Runtime 17 to compile the project.