Gradle and SonarQube

Posted on Fri 17 October 2014 in Continuous Integration • Tagged with sonarqube, ci, gradle

If you are like me and like developing using a Test Driven Development (TDD) approach, then you need the ability to examine your code and test coverage. In a past article, I discussed how to use SonarQube to perform Python code inspection allowing you to see code test coverage. In …


Continue reading

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