himanshug commented on issue #7866: Moving project to Gradle
URL: 
https://github.com/apache/incubator-druid/issues/7866#issuecomment-512528628
 
 
   thanks, so travis builds don't become significantly faster.
   
   for local work , typically I run  specific tests using IDE which run pretty 
fast or I use maven on specific modules, I am working on, using commands well 
covered in 
https://blog.jayway.com/2013/06/09/working-efficiently-with-maven-modules/
   that combined with parallel build flag('-Tx') satisfies most of my needs.
   
   at this point, It is indeed true that gradle would be faster on incremental 
builds in general, but I think devs should list down specific things that they 
really frequently do(not "could do") while local dev work and see if gradle 
offers a much better/faster way of doing same, that could help assess whether 
it makes sense to move to gradle.
   
   in time, maven might catch up on incremental builds too.
   
   

----------------------------------------------------------------
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]

Reply via email to