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
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This page provides information about contributing code to the Jenkins core codeb
11
11
3. Install the necessary development tools. In order to develop Jenkins, you need the following:
12
12
- Java Development Kit (JDK) 17 or 21.
13
13
In the Jenkins project we usually use [Eclipse Temurin](https://adoptium.net/) or [OpenJDK](https://openjdk.java.net/), but you can use other JDKs as well.
14
-
- Apache Maven 3.8.1 or above. You can [download Maven here](https://maven.apache.org/download.cgi).
14
+
- Apache Maven 3.9.6 or above. You can [download Maven here](https://maven.apache.org/download.cgi).
15
15
In the Jenkins project we usually use the most recent Maven release.
16
16
- Any IDE which supports importing Maven projects.
17
17
4. Set up your development environment as described in [Preparing for Plugin Development](https://www.jenkins.io/doc/developer/tutorial/prepare/)
0 commit comments