This is my implementation of GildedRose-Refactoring-Kata in Java.
The project itself is a Maven project, therefore:
- If you are using IntelliJ IDEA, you could follow this instruction to import the project
- If you are using Eclipse, you could follow this instruction
After you've imported it to your IDE, you can simple hit the compile button.
If you prefer to compile from the command line, you should firstly install Maven. After that you can go to the project directory and type:
mvn install
Et voila! The project is compiled.