From 11aea16868048238388f6d0d73f122b466f02acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 28 Nov 2022 16:33:10 +0100 Subject: [PATCH] creating_plugin_project.md: minor --- topics/tutorials/build_system/creating_plugin_project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/tutorials/build_system/creating_plugin_project.md b/topics/tutorials/build_system/creating_plugin_project.md index 3f309ce92..ca5ee6ac6 100644 --- a/topics/tutorials/build_system/creating_plugin_project.md +++ b/topics/tutorials/build_system/creating_plugin_project.md @@ -21,7 +21,7 @@ Launch the New Project wizard via the File | New | P It is also used for the Gradle property `rootProject.name` value in the project's settings.gradle.kts file. For this example, enter `my_plugin`. 7. Select JDK 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. >