How to write a gradle task in your build.gradle to do a custom job
As you already know, gradle is a project automation tool based on the concepts and methods of Apache Ant and Apache Maven contains the good aspects of both and it provides a way to implement your own build idea. Unlike ant or maven that uses XML to configure things, gradle uses a groovy based Domain Specific Language (DSL) to write your build logic.


