uschindler edited a comment on pull request #579: URL: https://github.com/apache/lucene/pull/579#issuecomment-1006949933
Hi, we just figured out that "errorprone" disables itsself with Java 17 automatically, so it won't even run with nightly jobs anymore. I found a solution in Solr and will apply this also to Lucene once this was merged. Because with the new module-opens, errorprone works inside Gradle and we can reenable it. But it won't work for a forked javac (used when we compile and run tests with alternate JVMs). Here is the Solr PR to fix it: https://github.com/apache/solr/pull/502 I would apply this once this is in to enable errorprone on jenkins (not for everybody as it slows too much). -- 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