mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
prerequisites.md: highlight Java version requirement
This commit is contained in:
parent
415c622c57
commit
80ead6099e
@ -26,7 +26,7 @@ It guides you through the Gradle project creation process with four screens.
|
|||||||
### New Project Configuration Screen
|
### New Project Configuration Screen
|
||||||
On the first screen, the type of project is configured:
|
On the first screen, the type of project is configured:
|
||||||
* From the _product category_ pane on the left, choose _Gradle_.
|
* From the _product category_ pane on the left, choose _Gradle_.
|
||||||
* Specify the _Project SDK_ based on the Java 8 JDK.
|
* Specify the _Project SDK_ based on the **Java 8** JDK.
|
||||||
This SDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin Java source.
|
This SDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin Java source.
|
||||||
Based on the Project SDK, the IntelliJ IDEA Gradle Plugin will download the corresponding version of the IntelliJ Platform-based IDE automatically.
|
Based on the Project SDK, the IntelliJ IDEA Gradle Plugin will download the corresponding version of the IntelliJ Platform-based IDE automatically.
|
||||||
* In the _Additional Libraries and Frameworks_ panel, select _Java_ and _IntelliJ Platform Plugin_.
|
* In the _Additional Libraries and Frameworks_ panel, select _Java_ and _IntelliJ Platform Plugin_.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user