From 8af3da686df5c04446264bcf1883fa2c2575fc91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yann=20C=C3=A9bron?=
Date: Thu, 22 May 2025 15:00:39 +0200
Subject: [PATCH] snippets: improve Java/Gradle notes
---
topics/_shared/snippets.topic | 52 +++++++++++++++++++----------------
1 file changed, 28 insertions(+), 24 deletions(-)
diff --git a/topics/_shared/snippets.topic b/topics/_shared/snippets.topic
index 9936c8dc6..a918684e4 100644
--- a/topics/_shared/snippets.topic
+++ b/topics/_shared/snippets.topic
@@ -33,7 +33,7 @@
Plugin DevKit
plugin must be installed from JetBrains Marketplace (Plugin Homepage)
+ href="https://plugins.jetbrains.com/plugin/22851-plugin-devkit">Plugin Homepage)
as it is not bundled since version 2023.3.
@@ -67,38 +67,40 @@
- Java version must be set depending on the target platform version.
-
- 2024.2+
- : Java 21
-
-
- 2022.3+
- : Java 17
-
- See for details.
+ Java version must be set depending on the target
+ platform version.
+
+
+ Java 21
+
+
+ Java 17
+
+
- The Gradle plugin must be chosen depending on the target platform
- version.
-
-
- 2024.2+
+ The Gradle plugin must be chosen depending on the target
+ platform version.
+
+
+
Requires
-
+
+
-
- 2022.3+
+
Recommended
- ,
+
+
+
Requires
- version 1.10.1+ (current:
- %gradle-intellij-plugin-version%)
+
+ (Obsolete)
+ 1.10.1+
@@ -206,7 +208,9 @@
 |
Non-Dynamic Extension Point |
- Installation/update of plugin requires restarting the IDE, see . |
+ Installation/update of plugin requires restarting the IDE, see .
+ |