jdaugherty commented on PR #16082:
URL: https://github.com/apache/grails-core/pull/16082#issuecomment-5159016101

   > @jdaugherty "tomato, tomato", if Gradle had backported fixes, instead of 
only moving forward and made all these optimizations automatic, without syntax 
changes, we would have saved ~1,000 hrs on grails-core.
   > 
   > The build system should take maybe 5% of our time, it currently takes 
25-33%, which is crazy.
   > 
   > Hopefully the skill can solve this, since I see all of this as completely 
wasted time, that should be spent on real code in the framework.
   > 
   > I still want the build to be 99% as fast as possible, just can't stand how 
hard Gradle make it to get there.
   
   I'm skeptical the skill will solve it.  The crux of this issue is Gradle 
decided to maintain backwards compatibility so it worked, even when the 
threading model changed.  Worse, most of the examples are mixed so it's never 
clear.  Gradle did put together this link though: 
https://docs.gradle.org/current/userguide/lazy_configuration.html  We can try 
it though.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to