mocobeta commented on PR #941: URL: https://github.com/apache/lucene/pull/941#issuecomment-1145994738
I noticed some jobs run on JDK 18 and 19-EA. https://jenkins.thetaphi.de/job/Lucene-main-Linux/34907/ ``` Java: 64bit/jdk-19-ea+24 -XX:+UseCompressedOops -XX:+UseParallelGC ``` https://jenkins.thetaphi.de/job/Lucene-main-Linux/34907/ ``` Java: 64bit/jdk-19-ea+24 -XX:+UseCompressedOops -XX:+UseParallelGC ``` When I run `gradlew` on main branch with jdk18, it surely fails with the error "java version be exactly 17". The CI jobs look just plain - checkout the latest Lucene repository then run the gradle wrapper. I think I'm missing something, is there a way to skip this version check for CIs? -- 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