Getting Started With Gradle

Gradle is a build tool that replaces XML based build scripts with an internal DSL that is based on the Groovy programming language.

It has gained a lot of traction recently. That this why I decided to take a closer look at it and share my findings on my blog.

This tutorial is written by a beginner, for a beginner. Its goal is to help us to get started with Gradle by solving real world problems one problem at a time.

Let’s get started.

Introducing: Getting Started With Gradle

This tutorial consists of the following blog posts: