mocobeta opened a new pull request, #941: URL: https://github.com/apache/lucene/pull/941
### Description (or a Jira issue link if you have one) https://issues.apache.org/jira/browse/LUCENE-10578 This pretty straight check works for me. Older major Java than 17. ``` ERROR: java version be exactly 17 (>=17.0.3), your version: 11.0.15 ``` Newer major Java than 17. ``` ERROR: java version be exactly 17 (>=17.0.3), your version: 18.0.1 ``` Old minor Java than 17.0.3. ``` ERROR: you are using too old java minor version. use newer than 17.0.3, your version: 17.0.0 ``` -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org