I’ve written a lot of blogs about how to do certain technical things in Gradle, in this blog I will compare the performance features of Gradle to that of Maven’s. As of Gradle 2.5 and Maven 3.3.3 Gradle supports incremental builds, where Maven does not. Gradle’s incremental builds work off the simple concept of re-building […]