By jsugrue
via java.dzone.com
Published: Nov 09 2012 / 00:06
One of the great features of Gradle is incremental build support. With incremental build support a task is only executed if it is really necessary. For example if a task generates files and the files have not changed than Gradle can skip the task. This speeds up the build process, which is good
Add your comment