mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[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:
committed by
intellij-monorepo-bot
parent
35f73e8298
commit
436cec9cf4
Generated
+1
-1
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user