This repository contains a Java strater template with gradle.
- Java 25+
- Gradle 9+
- An IDE (like IntelliJ, Eclipse or even VSCode with Java extension)
Tested only under linux.
Run ./gradlew run to start the program.
If you write tests, you can run ./gradlew test to run them.