uschindler commented on issue #12655:
URL: https://github.com/apache/lucene/issues/12655#issuecomment-1759203200
> I did check that file's history - it used an explicit exclusion for
compileMain19Java:
>
> ```
> if (task.path == ":lucene:core:compileMain19Java") {
> // uses "uschindler" toolchain method, which erases "dweiss"
method, but later at configure time
> task.options.forkOptions.jvmArgs += vmOpts
> ```
>
> Not worth spending more time on it - if something fails, we'll fix it.
This is no longer relevant, as we no longer use the toolkit specific
compiler. We now generate tha API jars and patch them into `java.base` module.
Toolkits are only used for launching the API extractor. This is somehow
broken since Gradle 8.4, I try to figure out what's wrong.
--
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]