From 8301f3ed61055d40eecd360ae1ef48fa045cef51 Mon Sep 17 00:00:00 2001 From: nikolayzakharov Date: Fri, 14 Aug 2026 15:37:37 +0200 Subject: [PATCH] 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. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe76707e..4e7f599b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ We greatly value your feedback, feature requests, additions to the code, bug rep ## Developer Guide Building the STACKIT Java SDK requires: -1. Java SDK (version 11 to 21 should be supported) installed on your system +1. Java SDK (version 17, 21 or 25) installed on your system In case you want to open the project in your preferred IDE, run `./gradlew idea` or `./gradlew eclipse` beforehand.