Skip to content

Commit 88a43fa

Browse files
committed
Update contributing.md to reflect Java 25
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent d938a49 commit 88a43fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This page provides information about contributing code to the Jenkins core codeb
99
1. Fork the repository on GitHub
1010
2. Clone the forked repository to your machine
1111
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.
1414
- Apache Maven 3.9.6 or above. You can [download Maven here](https://maven.apache.org/download.cgi).
1515
In the Jenkins project we usually use the most recent Maven release.
1616
- Any IDE which supports importing Maven projects.

0 commit comments

Comments
 (0)