From c481ce03c35ea0d702438b20d5f09038b111f830 Mon Sep 17 00:00:00 2001 From: wumpz Date: Tue, 13 Aug 2019 21:44:50 +0200 Subject: [PATCH] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb80d852..8facf8e58 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ As the project is a Maven project, building is rather simple by running: The project requires the following to build: - Maven -- JDK 1.7 or later. The jar will target JDK 1.6, but the version of the maven-compiler-plugin that JsqlParser uses requires JDK 1.7+ +- JDK 8 or later. The jar will target JDK 8, but the version of the maven-compiler-plugin that JsqlParser uses requires JDK 8+ This will produce the jsqlparser-VERSION.jar file in the target/ directory.