Gradle is an alternative to Maven and Ant build tool. If you're a Java developer you'll probably have already used either Ant or Maven. Gradle is the newest of these three building methods and Gradle is starting to become more commonly accepted.
Some of Gradle 's advantages over Maven and Ant are more concise build scripts and a more flexible script language. One downside Gradle has is it's pretty slow!