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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ This page provides information about contributing code to the Jenkins core codeb
9
9
1. Fork the repository on GitHub
10
10
2. Clone the forked repository to your machine
11
11
3. Install the necessary development tools. In order to develop Jenkins, you need the following:
12
-
- Java Development Kit (JDK) 17 or 21.
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.
12
+
- Java Development Kit (JDK) 21 or 25.
13
+
In the Jenkins project we usually use [Eclipse Temurin](https://adoptium.net/) or [OpenJDK](https://openjdk.org/), but you can use other JDKs as well.
14
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.
0 commit comments