Makes building Java projects very easy, and relative to other tools, such as Ant, Gradle is much easier to read.
It is also typically easy to get Gradle to agree with what you are trying to do, but can on occasion be fussy.
Having migrated from using plain old Ant files, using Gradle has made working with Java projects much easier than it was before. Adding thirdparty libraries, for instance, is much easier to do and understand. Review collected by and hosted on G2.com.
While Gradle is powerful and flexible, when there are issues they can be difficult to understand at first, and on more than one occasion I found it easier to just blow away a project and rebuild it again in a different directory, as it is typically easier to start fresh and not make mistakes than to fix made errors. Review collected by and hosted on G2.com.
