From a93ceef4e1871ea630651b8c267955b6c9d1fe90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Tue, 20 Jan 2026 11:46:32 +0100 Subject: [PATCH] Update java requirement in readme to Java 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it is still compiled with binary compatibility of 8 but Java 11 is required to do the build, otherwise there is this error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile(default-compile) on project swagger-codegen-generators: Fatal error compiling: invalid flag: --release ``` Signed-off-by: Aurélien Pupier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7425d9ccb3..6656d16453 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ More details about these and more differences are referenced at [https://github. ### Prerequisites You need the following installed and available in your $PATH: -* Java 8 (http://java.oracle.com) +* Java 11+ (http://java.oracle.com) * Apache maven 3.0.4 or greater (http://maven.apache.org/) ## How to Contribute.