We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695d532 commit c481ce0Copy full SHA for c481ce0
1 file changed
README.md
@@ -94,7 +94,7 @@ As the project is a Maven project, building is rather simple by running:
94
95
The project requires the following to build:
96
- Maven
97
-- 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+
98
99
This will produce the jsqlparser-VERSION.jar file in the target/ directory.
100
0 commit comments