0 votes
in Gradle by
Why Gradle Is Preferred Over Other Build Tools?

1 Answer

0 votes
by
Gradle build script is written using groovy API which has the syntax similar to Java so it is easy to understand.

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.

Related questions

0 votes
asked Jun 21, 2020 in Gradle by Robindeniel
0 votes
asked Feb 17, 2020 in Gradle by rajeshsharma
...