Well I was playing recently more with gradle to create a more “Continuous Integration” environment. And I found some interesting things about it, So I wanted to share them. One is the easy integration it has with Ant tasks, you can even create your own tasks based on Ant, and then use them on Gradle. […]