mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
creating_plugin_project.md: minor
This commit is contained in:
parent
81b51888cd
commit
11aea16868
@ -21,7 +21,7 @@ Launch the <control>New Project</control> wizard via the <ui-path>File | New | P
|
||||
It is also used for the Gradle property `rootProject.name` value in the project's <path>settings.gradle.kts</path> file.
|
||||
For this example, enter `my_plugin`.
|
||||
7. Select <control>JDK</control> 11.
|
||||
This JDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin Java sources.
|
||||
This JDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin sources.
|
||||
|
||||
> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/) when targeting 2022.2 or later only.
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user