risdenk commented on issue #12655:
URL: https://github.com/apache/lucene/issues/12655#issuecomment-1758547290
snippet from:
```
RUNTIME_JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home
./gradlew check -x test -Pvalidation.git.failOnModified=false --info
```
```
> Task :lucene:core:compileJava FAILED
Caching disabled for task ':lucene:core:compileJava' because:
Build cache is disabled
Task ':lucene:core:compileJava' is not up-to-date because:
Task has failed previously.
The input changes require a full rebuild for incremental task
':lucene:core:compileJava'.
Modular extension, compilation paths, source set=main (module),
mode=DEPENDENCIES_ON_MODULE_PATH:
Module path: [empty]
Class path: [empty]
Patches: [empty]
Full recompilation is required because no incremental change information is
available. This is usually caused by clean builds or changing compiler
arguments.
Compiling with toolchain
'/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home'.
Compiling with Java command line compiler
'/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home/bin/javac'.
Starting process 'command
'/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home/bin/javac''.
Working directory: /Users/risdenk/repos/apache/lucene/lucene/core Command:
/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home/bin/javac
-XX:+UseParallelGC -XX:TieredStopAtLevel=1 -XX:ActiveProcessorCount=1
@/Users/risdenk/repos/apache/lucene/lucene/core/build/tmp/compileJava/java-compiler-args.txt
Successfully started process 'command
'/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home/bin/javac''
error: invalid flag: -XX:+UseParallelGC
Usage: javac <options> <source files>
use --help for a list of possible options
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]