ccaominh commented on issue #7866: Moving project to Gradle URL: https://github.com/apache/incubator-druid/issues/7866#issuecomment-511571073 @himanshug Gradle has a good article that describes some of the things they do to be faster than maven: https://gradle.org/gradle-vs-maven-performance/#performance-advantages-over-maven-that-make-this-possible Regarding the tests, I'm still working on fixing some build issues that cause runtime errors during the tests (test compilation completes without errors though). After I get the tests running successfully, I'll do a performance comparison. Philip Hauer's blog post does make several good points — probably the most relevant is his point about the steep learning curve (when compared to maven). The point about IDE support does not apply to gradle 5+ if Kotlin is used for the build scripts instead of groovy: https://docs.gradle.org/5.0/userguide/kotlin_dsl.html#sec:ide_support
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
