diff --git a/reference_guide/api_changes_list_2020.md b/reference_guide/api_changes_list_2020.md
index 0c2d45fb0..6348b9ba8 100644
--- a/reference_guide/api_changes_list_2020.md
+++ b/reference_guide/api_changes_list_2020.md
@@ -62,13 +62,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
-## 2020.3
+
-> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
->
-> Please make sure to always upgrade [](tools_gradle_intellij_plugin.md) to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
->
-{style="note"}
+## 2020.3
### IntelliJ Platform 2020.3
diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md
index 4651c1d47..90eeed961 100644
--- a/reference_guide/api_changes_list_2021.md
+++ b/reference_guide/api_changes_list_2021.md
@@ -62,11 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
-> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
->
-> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
->
-{style="note"}
+
## 2021.3
diff --git a/reference_guide/api_changes_list_2022.md b/reference_guide/api_changes_list_2022.md
index 53e2da4cb..793c192b7 100644
--- a/reference_guide/api_changes_list_2022.md
+++ b/reference_guide/api_changes_list_2022.md
@@ -62,13 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
-> 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.
->
-> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
->
-> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
->
-{style="note"}
+
## 2022.3
diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md
index 28fd89ade..18ca788a4 100644
--- a/reference_guide/api_changes_list_2023.md
+++ b/reference_guide/api_changes_list_2023.md
@@ -62,13 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
-> 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.
->
-> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
->
-> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
->
-{style="note"}
+
diff --git a/topics/_shared/snippets.md b/topics/_shared/snippets.md
index 2bce13100..a6132d668 100644
--- a/topics/_shared/snippets.md
+++ b/topics/_shared/snippets.md
@@ -39,3 +39,15 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
{style="note"}
+
+
+
+> 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.
+>
+> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
+>
+> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
+>
+{style="note"}
+
+
diff --git a/topics/basics/getting_started/theme/setting_up_theme_environment.md b/topics/basics/getting_started/theme/setting_up_theme_environment.md
index adb736634..60a2b4381 100644
--- a/topics/basics/getting_started/theme/setting_up_theme_environment.md
+++ b/topics/basics/getting_started/theme/setting_up_theme_environment.md
@@ -39,12 +39,7 @@ If it is required to style components used only in a specific IDE like _IntelliJ
The first step of configuring a theme plugin SDK is adding the JDK.
-> When targeting 2020.3 and later only, using Java 11 is required.
-> See the [IntelliJ project migrates to Java 11](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/) blog post for details.
->
-> When targeting 2022.2 and later only, using Java 17 is required.
->
-{style="note"}
+
diff --git a/topics/tutorials/build_system/creating_plugin_project.md b/topics/tutorials/build_system/creating_plugin_project.md
index ca5ee6ac6..29e2ffafd 100644
--- a/topics/tutorials/build_system/creating_plugin_project.md
+++ b/topics/tutorials/build_system/creating_plugin_project.md
@@ -23,11 +23,7 @@ Launch the New Project wizard via the File | New | P
7. Select JDK 11.
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.
->
-> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
->
-{style="note"}
+
8. After providing all the information, click the Create button to generate the project.