dweiss commented on PR #16543:
URL: https://github.com/apache/lucene/pull/16543#issuecomment-5410163330

   Also - perhaps at the risk of stating the obvious - you don't need to run 
`gradlew` scripts at all. If you'd rather use your own gradle distribution(s) 
then they will work too - the version must match but otherwise you can run 
gradle directly (without any gradle-wrapper fiddling):
   ```
   
~/.gradle/wrapper/dists/gradle-9.7.0-bin/d4tj7w02tcgubx9zk9hbippn6/gradle-9.7.0/bin/gradle
 check -x test
   ```
   
   We are strict about the gradle version used... maybe it'd be simpler to add 
an option to relax this check and allow compatible major versions too. Knowing 
how much changes from version to version I would never use it myself but it's 
also something to consider if you have such strong feelings about 
gradle-wrapper.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to