Switching from Maven to Gradle

Posted on Tue 10 June 2014 in Build Tools • Tagged with maven, gradle

During the development of my Chip 8 emulator in Java, I grew increasingly dissatisfied with Maven. While I liked the fact that dependency management was handled in a single spot, the verbose XML format of the POM combined with the quirks of the Maven lifecycle came to be a bit …


Continue reading