code challenge created for fun
- Program is written in Java 8 and uses gradle as a build tool
- You do not need to install gradle as this project uses gradle wrapper
- external libraries used: only test libs for assertions and spies - junit, mockito
on mac or linux
./gradlew
on windows
gradlew
on mac or linux
./gradlew --rerun-tasks test
on windows
gradlew --rerun-tasks test
java -jar build/libs/drawing-app-1.0.0.jar