Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 386 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 386 Bytes

Template for Maven based exercises

build workflow

Build the project

The project requires a JDK 21 (recommended distribution is Temurin from Adoptium).

From there, simply use the Maven wrapper to launch all tests (unit tests & integration tests).

./mvnw verify