Why Gradle?
2016-12-23 本文已影响0人
Luna_Lu
Ant is flexible but too complicated
Maven is too restrictable and not easy to expand.
XML is great for describing hieratical data, but falls short on expressing program flow and conditional logic.
We need Gradle.
It provides an expressive DSL(Domain Specific Language), a convention over configuration approach, and powerful dependency management.
![](https://img.haomeiwen.com/i714525/501f790d2dc178a4.png)