Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 466 Bytes

File metadata and controls

19 lines (11 loc) · 466 Bytes

Java Kata Project

Project to be used for Java Kata exercises

Dependencies

This project has a dependency on Java JDK 11 (or newer versions) that needs to be installed and available on the system path.

Gradle Wrapper is being used, running Gradle version 7.4 as the underlying build tool.

How To Run

The project currently is run using Gradle commands:

./gradlew clean test