From a37364d07e8d91330622ec2ed50419f2ff1d6ea7 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 16 Jul 2021 11:43:46 +0100 Subject: [PATCH] Correct JDK Version in README (#92) It's currently wrong so needed updating. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10fe096d..5f31795f 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ For information on our security policy and reporting an issue, please see [SECUR ### Compiling -You need Maven to build. You'd also need to set the JDK version to Java 8 as that is the current standard as of now. +You need Maven to build. You'd also need to set the JDK version to Java 11 as that is the current standard as of now.