Monday, May 24, 2010

Gradle Introduction

I love Gradle (http://www.gradle.org)! Gradle introduces so many needed concepts to the world of build scripts and allows developers enough flexibility to either customize to the Nth degree or simply use cookie cutter build scripts.

I have added notes about my adventures with Gradle and some real world examples for Java, Groovy, War, multi-project builds, and even some Gradle customizations.