back

by MrBuddyCasino·12y ago·view on hn ↗
I've used Ant, Gradle and Maven - they all suck, but in different ways. Maven is too restrictive and its XML too verbose, but Gradle can turn to spaghetti code, its DSL is often hard to debug and sometimes under-documented, and could be faster imho.

Maybe one day Gradle will suck less than Maven, but currently I think they're about the same.

1 comments
"gradle" is nothing but "ant", though not in XML. Gradle is appealing to the crowd that likes ant. Also gradle is super slow compared with ant or maven.
Actually no, Gradle is Ant + dependency management + reusable code (plugins) with a convention-over-configuration philosophy, using Groovy instead of XML. So no, Gradle is not just Ant. But god is it slow, I agree to that.