Skip to content

rob93c/ChristmasGreeter

Repository files navigation

ChristmasGreeter

Java version Codacy Badge Codecov Code coverage CI Docker Image CI Code Analysis CI Docker Image Telegram License

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

  1. Install JDK 19
  2. Clone the project locally and move into its folder
  3. Run the command ./gradlew build
  4. Import the project inside your IDE as a Gradle project
  5. 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).