From 8604fbfbd807249d1947059db5ab90234a027f74 Mon Sep 17 00:00:00 2001 From: TobiasNx <61879957+TobiasNx@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:07:02 +0100 Subject: [PATCH] Update JDK requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ed9c645..5f37ae064 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ TODO: Link to getting started tutorial # Building metafacture-core from source -Building metafacture-core from source is easy. All you need is git and JDK 8: +Building metafacture-core from source is easy. All you need is git and JDK 11: 1. Clone the metafacture-core repository and change into the directory: ```bash