Skip to content

Commit deb4b21

Browse files
authored
CONTRIBUTING.md: Fix mvn and java requirements (jenkinsci#577)
1 parent ff3353d commit deb4b21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ If you are a newcomer contributor and have any questions, please do not hesitate
3333

3434
Prerequisites: _Java_ and _Maven_.
3535

36-
- Ensure Java 11 or 17 is available.
36+
- Ensure Java 17 or 21 is available.
3737

3838
```console
39-
$ java -version
40-
openjdk version "11.0.18" 2023-01-17
41-
OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10)
42-
OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode)
39+
$ java -version
40+
openjdk 17.0.13 2024-10-15
41+
OpenJDK Runtime Environment (build 17.0.13+11-Ubuntu-2ubuntu124.04)
42+
OpenJDK 64-Bit Server VM (build 17.0.13+11-Ubuntu-2ubuntu124.04, mixed mode, sharing)
4343
```
4444

45-
- Ensure Maven >= 3.8.1 is installed and included in the PATH environment variable.
45+
- Ensure Maven >= 3.9.9 is installed and included in the PATH environment variable.
4646

4747
```console
4848
$ mvn --version

0 commit comments

Comments
 (0)