Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.4 KB

sales-taxes-problem

Description

The project solves the problem explained here. It has been developed with Oracle Java 8 and Apache Maven.

How-to: locally

Download and install Oracle JDK or OpenJDK 1.8.0 update 101+ for your OS Execute the following command in Unix-like systems:

./mvnw clean install

or in Windows console:

mvnw.cmd clean install

Made with 🍵