Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 553 Bytes

build.adoc

File metadata and controls

32 lines (21 loc) · 553 Bytes

Quartz Build Instructions

Build Instructions

Requirement

JDK 11

Note
You should use our maven wrapper (./mvnw) script to get a more consistent build result. It should auto download the correct version of Maven tool if you do not already have one.

To compile:

export JAVA_HOME=/path/to/jdk8
./mvnw compile

To build distribution package

./mvnw package

# Or if you want to skip tests
./mvnw package -DskipTests
Note
The final combined single jar is found under quartz/target/quartz-<version>.jar