Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 326 Bytes

File metadata and controls

15 lines (12 loc) · 326 Bytes

Intro

A simple project with java 17, gradle, junit and checkstyle. You only need JDK 17 or later to run the project.

Useful commands

Tip: Use ./gradlew on Mac/Linux instead of gradlew.bat

Run Checkstyle

.\gradlew.bat checkstyleMain checkstyleTest

Run unit tests

.\gradlew.bat test