uschindler commented on issue #12655: URL: https://github.com/apache/lucene/issues/12655#issuecomment-1758510093
There seems to be an issue with compiling the distribution tests: ``` > Task :lucene:core.tests:compileJava FAILED error: invalid flag: -XX:+UseParallelGC Usage: javac <options> <source files> use --help for a list of possible options > Task :lucene:distribution.tests:compileTestJava FAILED error: invalid flag: -XX:+UseParallelGC Usage: javac <options> <source files> use --help for a list of possible options ``` Not sure why the test runner ARGS are used for compilation. Jenkins passes those as Gradle property. I have no idea why they are only used for compilation of those tests. -- 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