From e6e4e963099b9d07ba0572634e8b44fbb9ca20d9 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 4 Feb 2021 19:47:45 +0100 Subject: [PATCH] Update README.md Removed JDK 7 from recommended build. (cherry picked from commit 88bd9cd2ba91f54f46de45f1047f7f11c973395f) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3657e2..eb22d696 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Build the project (using [Maven](http://maven.apache.org/download.cgi)): $ mvn package -Currently, the recommended JDK for making a build is Oracle JDK 7.x or 8.x. +Currently, the recommended JDK for making a build is Oracle JDK 8.x. It's possible to build using OpenJDK, but some tests might fail due to some minor differences between the color management systems used. You will need to either disable the tests in question, or build without tests altogether.