Skip to content

Commit 0fddc73

Browse files
AnEmortalKidwumpz
authored andcommitted
Addressing #427 (#428)
* updating readme with Maven requirements * removing ticks
1 parent 7020639 commit 0fddc73

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,15 @@ Also I would like to know about needed examples or documentation stuff.
5757
* Modifications before GitHubs release tagging are listed in the [Older Releases](https://github.com/JSQLParser/JSqlParser/wiki/Older-Releases) page.
5858

5959

60-
61-
## BUILDING from the sources
60+
## Building from the sources
6261

6362
As the project is a Maven project, building is rather simple by running:
6463

6564
mvn package
65+
66+
The project requires the following to build:
67+
- Maven
68+
- 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+
6669

6770
This will produce the jsqlparser-VERSION.jar file in the target/ directory.
6871

0 commit comments

Comments
 (0)