5 ms·
> Gradle features: Great Performance Did I missed the sarcasm tone? I've never experienced slower build systems then those used in Java world, like Gradle for
by ynezz 8y ago
> Gradle features: Great Performance
Did I missed the sarcasm tone? I've never experienced slower build systems then those used in Java world, like Gradle for example.
- acrive 8y agohttps://blog.gradle.org/introducing-incremental-build-support https://blog.gradle.org/introducing-incremental-build-suppor...
- sidlls 8y agoPeople complain about C and C++ compile times but they don't hold a candle to that in Android-Java-land in my experience.
- pjmlp 8y agoYep, specially when you get to join NDK and Gradle builds. It is not time for coffee, rather lunch.
- vbezhenar 8y agoAre you talking about Android? I'm using Gradle for traditional Java projects (standalone and web) and its performance was good, similar to Maven. I agree that Android plugin is very slow, but I think that it's not a Gradle to blame.
- derptron 8y agoGradle is objectively faster than Maven. Android projects suffer heavily due to multidexing.