madrob commented on a change in pull request #1390: LUCENE-9266 remove gradle 
wrapper jar from source
URL: https://github.com/apache/lucene-solr/pull/1390#discussion_r400482417
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -54,6 +55,7 @@ ext {
 // if the build file is incorrectly written and evaluates something
 // eagerly).
 
+apply from: file('gradle/wrapper.gradle')
 
 Review comment:
   There is this discussion from 2014 
https://lists.apache.org/thread.html/e19b21cadfa4efa67b8e9cf6f6425bc4c6714a947d11273c2fe8e9b2%401402431481%40%3Cgeneral.incubator.apache.org%3E
   
   There is extant solution in Apache Groovy to use an already installed gradle 
to create the wrapper, but only for building src releases 
https://github.com/apache/groovy#bootstrapping-gradle
   
   And it looks like there is no interest in allowing the wrapper jar in source 
releases via https://issues.apache.org/jira/browse/LEGAL-288
   
   I'll cross-post this to the JIRA because I think this is important research 
to show.

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