Sunday, December 14, 2014

Gradle - Build Automation

I have been working with Gradle build automation for sometime, and I am impressed by it's features.

It has advantages of Maven, Ant and new features of writing scripts you can immediately understand.

The scripts are simple to write, test and deploy.

The amount of momentum it has, I will not be surprised if Gradle replaces Maven.

There are also tools available that can convert Maven pom.xml to Gradle.

Here's the link:
https://www.gradle.org/


Happy build automation !!

Tejas