Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 943 Bytes

File metadata and controls

32 lines (22 loc) · 943 Bytes

Timestamp Task

A task that prints a timestamp to stdout. Intended to primarily be used for testing.

Options

The timestamp task has the following options:

timestamp.format

The timestamp format, "yyyy-MM-dd HH:mm:ss.SSS" by default. (String, default: yyyy-MM-dd HH:mm:ss.SSS)

Building with Maven

$ ./mvnw clean install -PgenerateApps
$ cd apps/timestamp-task
$ ./mvnw clean package

Example

java -jar timestamp-task-<version>.jar

Contributing

We welcome contributions! Follow this link for more information on how to contribute.