risdenk commented on issue #12655:
URL: https://github.com/apache/lucene/issues/12655#issuecomment-1758596094
It has to be the interaction with
```
// Any javac compilation tasks
tasks.withType(JavaCompile) {
dependsOn ":altJvmWarning"
options.fork = true
options.forkOptions.javaHome = jvmCurrent.javaHome
```
in `alternative-jdk-support` and `turbocharge-jvm-opts.gradle` trying to
look at forking 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]