1.

Why Gradle Is Preferred Over Other Build Tools?

Answer»

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.

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.



Discussion

No Comment Found