From 0ad01e94ea867640eaa25d5d618c9683c478d90a Mon Sep 17 00:00:00 2001 From: Florent Biville Date: Fri, 5 Mar 2021 15:52:24 +0100 Subject: [PATCH] Update documentated JDK version Fixes #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ca0dd0..adc22b5b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Running Java under /usr/local/Cellar/openjdk/15.0.1/libexec/openjdk.jdk/Contents Then, you need to get the JAR file of this plugin. One way to do so is to build from sources, which requires: - - a [JDK 8 or later](https://openjdk.java.net/install/) + - a [JDK 8 or 11](https://openjdk.java.net/install/) - [Apache Maven](https://maven.apache.org/download.cgi) Once the repository is cloned, you can run: