ChristmasGreeter
The ultimate tool to wish everyone a merry Christmas.
Purpose
This project is meant as a playground to experiment with the most recent Java features.
The project itself is built with Java 19, and it comes with the following dependencies:
Apache Commons 3
JUnit 5
Mockito 5
Apache log4j 2
How to set up the project
- Install JDK 19
- Clone the project locally and move into its folder
- Run the command
./gradlew build
- Import the project inside your IDE as a Gradle project
- Ensure your IDE is correctly configured to use a Java 19 JDK.
How to contribute to the project
Take a look at this project’s contributing guidelines here.
License
See the LICENSE file for license rights and limitations (MIT).