From 59c6f950d65465788ce822b8361b82746f125e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 15 Dec 2025 13:45:36 +0100 Subject: [PATCH] Fix readme minimal Java version which is now Java 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 85bceaa35c..f719faf3bf 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ You can build Apache Olingo like this: mvn clean install -You need Maven 3 with Java 6 (or higher) for the build. +You need Maven 3 with Java 8 (or higher) for the build. Set the environment variable MAVEN_OPTS to '-Xmx1024m -XX:MaxPermSize=256m' to give Maven more memory.