Recommendations to others considering Gradle Build Tool:
If you can - start using Gradle in new projects now. Sure, you'll face problems: uploading to maven repos, versioning, releasing, maybe lack of plugins you are familiar with when using Maven. But starting new Project with Gradle is simpler than moving existing build because you can solve problems incrementally, not all of them at once. Review collected by and hosted on G2.com.
What problems is Gradle Build Tool solving and how is that benefiting you?
I'm building small- and mid- sized enterprise apps with Gradle. My stack includes: OSGi and Spring (plain old MVC and new Boot) apps. I've used Maven prior Gradle. Moving to Gradle allowed me to create more expressive and clear build files, drastically reduced build file sizes and reduced build time. Review collected by and hosted on G2.com.