dweiss commented on issue #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#issuecomment-573306410
 
 
   I'll take a look later, Mike. As for applying tasks and anything else -- 
think of the project structure as a graph. You attach things to this graph in 
two passes (evaluation, configuration), followed by execution of tasks attached 
to this graph (in topological order of dependencies).
   
   It is conceptually simple. The devil hides in details of how gradle is 
evaluated, deferred evaluated-collections, etc. This should be helpful:
   
   https://docs.gradle.org/current/userguide/build_lifecycle.html
   
   I'll review the patch and maybe correct it before committing; when you take 
a look at the commit vs. your patch you'll see the differences made - I think 
it'll be easier and faster than explaining (but go ahead and ask if you don't 
understand something).
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to