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:
Karol Lewandowski 2024-06-03 17:15:28 +02:00
parent f8ce31e08f
commit bc8d672669

View File

@ -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). 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. 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`. 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. 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"/> <include from="snippets.md" element-id="apiChangesJavaVersion"/>