uschindler commented on PR #12376: URL: https://github.com/apache/lucene/pull/12376#issuecomment-1628405409
You can't run Gradle with that version as it's incompatible. This has nothing to do with this PR, it is documented in Lucene's help: https://github.com/apache/lucene/blob/main/help/jvms.txt In short: To run tests with some specific version use: - env var RUNTIME_JAVA_HOME - or pass a prop: `-Pruntime.java.home=...` This allows us to run Jenkins with any version our there (als Java EA releases which aren't supported by Gradle at all). -- 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