[IntelliJ project configuration] raise minimum required IDEA version to 2020.1

This version supports automatic downloading of JDKs so it should be used to simplify initial project setup.

GitOrigin-RevId: ebb8292d579b42fb51816230ca84148e1d50e58a
This commit is contained in:
Nikolay Chashnikov
2020-06-05 15:49:45 +03:00
committed by intellij-monorepo-bot
parent 35f73e8298
commit 436cec9cf4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<plugin id="DevKit" />
<plugin id="Git4Idea" />
<plugin id="JUnit" />
<plugin id="com.intellij" min-version="192.5728.98" />
<plugin id="com.intellij" min-version="201.0" />
<plugin id="com.intellij.copyright" />
<plugin id="com.intellij.java-i18n" />
<plugin id="com.intellij.properties" />
+1 -1
View File
@@ -29,7 +29,7 @@ run one of the `getPlugins` scripts located in the `<IDEA_HOME>` directory. Thes
_**Note:**_ Always `git checkout` the `intellij-community` and `android` Git repositories to the same branches/tags.
## Building IntelliJ Community Edition
Version 2018.2 or newer of IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate Edition is required to build and develop
Version 2020.1 or newer of IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate Edition is required to build and develop
for the IntelliJ Platform.
### Opening the IntelliJ Source Code for Build