- Java Development Kit 11 or higher
$ ./gradlew clean build
$ java -jar build/libs/cron-0.0.1.jar "*/15 0 1,15 * 1-5 /usr/bin/find"
- The
?
character, which in some implementations denotesno specific value
is not supported. - No semantic checks are done so e.g. non-existing February, the 30th -
0 0 31 2 * /usr/bin/find
is a valid cron expression.
JAN–DEC
andSUN–SAT
values formonth
andday of week
fields.- Thorough input validation.