Notes from a talk at TheServerSide Java Symposium March 2009
Hans is the project lead for a build system called Gradle. He presents it as a step beyond Ant and Maven.
I think he has a point. His system uses Groovy scripts as build scripts instead of XML. The advantages of having a full language available in build […]