You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ Keep an eye on the following issue labels:
14
14
15
15
Development Prerequisites
16
16
-------------------------
17
-
To develop the plugin, JDK 17 should be installed. For example, get [Amazon Corretto 17][downloads.corretto].
17
+
JDK 17 is required to develop the plugin.
18
+
19
+
If you use the default Gradle wrapper (`gradlew` or `gradlew.bat`), it will be auto-downloaded on wrapper start. Otherwise (say, to open the project in an IDE), you should get a JDK17-compatible installation. For example, install [Amazon Corretto 17][downloads.corretto].
0 commit comments