Skip to content

JavaProgrammerLB/quartz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

535 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quartz Scheduler

Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system.

Builld Status

Branch: quartz-3.0.x

quartz-3.0.x branch build status

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/jdk11
./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

About

Code for Quartz Scheduler

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.0%
  • Other 1.0%