Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 242 Bytes
Java

You'll need a Java JDK to build and run the project (version 17).

Building

Install the necessary project dependencies:

$ ./mvnw install
Testing

To run the tests from the Command Line:

$ ./mvnw clean test