mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
creating_plugin_project.md: Update JDK to 17
Project wizard shows an error when JDK lower than 17 is selected
This commit is contained in:
parent
f8ce31e08f
commit
bc8d672669
@ -33,7 +33,7 @@ Launch the <control>New Project</control> wizard via the <ui-path>File | New | P
|
||||
6. Provide the <control>Artifact</control> which is the default name of the build project artifact (without a version).
|
||||
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.
|
||||
7. Select <control>JDK</control> 17.
|
||||
This JDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin sources.
|
||||
|
||||
<include from="snippets.md" element-id="apiChangesJavaVersion"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user