Question
Why Gradle Is Preferred Over Other Build Tools?
Answer
Gradle build script is Gradle supports ant tasks, ivy and Maven repositories for dependency management. It also has a maven Pom.xml converter to Gradle build script.
It is open source. provides strong support for multi-project builds. supports build cache.so it is easy to understand.