nknize commented on PR #12376: URL: https://github.com/apache/lucene/pull/12376#issuecomment-1627887791
Curious what I'm missing here. With the jdk set to 20 [`checkVersion` in `WrapperDownloader.java`](https://github.com/apache/lucene/blob/d03c8f16d9d4f87ce24d603e4a9b4a7806f9b533/buildSrc/src/main/java/org/apache/lucene/gradle/WrapperDownloader.java#L65) is gating the execution? ``` CI=true ./gradlew :lucene:core:test --tests "org.apache.lucene.internal.vectorization.TestVectorUtilSupport" --info ERROR: java version must be between 17 and 19, your version: 20 ``` Is there a local change to bypass this? Just upping the version gives: ``` * What went wrong: java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file /home/nknize/.gradle/caches/jars-9/0b5cc9218fa11343299cd00875d16caf/buildSrc.jar. > org.gradle.api.GradleException: Failed to create Jar file.... ``` Seems running this simple test requires some gymnastics here? Or am I missing something? -- 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