/ccws

Primary LanguageJava

Clean Code Workshop

Repository for the code of the Zühlke Clean Code Workshop.

Requirements

Make sure you have at least Java 11 installed on your machine.

You can build the project by navigating into the directory on your command line and issuing the following command.

For macOS/Linux

./gradlew clean build

For Windows:

gradlew.bat clean build