Skip to content

Commit ae843d6

Browse files
chore(docs): Correct Java version requirements in CONTRIBUTING.md: Gradle 9.6.1 requires a JVM between 17 and 26, and CI builds on JDK 17, 21 and 25. The documented range of 11 to 21 is wrong. Fixes #823. (#828)
1 parent edb84fb commit ae843d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We greatly value your feedback, feature requests, additions to the code, bug rep
1616
## Developer Guide
1717

1818
Building the STACKIT Java SDK requires:
19-
1. Java SDK (version 11 to 21 should be supported) installed on your system
19+
1. Java SDK (version 17, 21 or 25) installed on your system
2020

2121
In case you want to open the project in your preferred IDE, run `./gradlew idea` or `./gradlew eclipse` beforehand.
2222

0 commit comments

Comments
 (0)