+1 vote
in Gradle by
What are some advantages of Gradle?

1 Answer

0 votes
by

Gradle is a combination of both Maven and Apache Ant. It takes the best part of these tools like flexibility from Ant and from Maven, plugins, and convention on configuration dependency management.

  1. It supports all project builds.
  2. It manages the library in a better way
  3. It is flexible and configurable.

Related questions

0 votes
asked Mar 27 in Gradle by rajeshsharma
0 votes
asked Mar 27 in Gradle by rajeshsharma
...