
Getting Started With Gradle: Integration Testing With the TestSets Plugin describes how you can add integration tests into your Gradle build by using the Gradle TestSets plugin.Getting Started With Gradle: Dependency Management describes how you can manage the dependencies of your Gradle project.Getting Started With Gradle: Our First Java Project describes how you can create a Java project by using Gradle and package your application into an executable jar file.


If you are not familiar with Gradle, you should read the following blog post before you continue reading this blog post:
