dweiss commented on PR #912: URL: https://github.com/apache/lucene/pull/912#issuecomment-1140717409
Thanks for the explanation, Uwe. In the meantime I recalled what it was about toolchains that was a showstopper - indeed it was the possibility to specify a toolchain pointing at a particular (local) installation - such as a custom-compiled JDK. I couldn't find a way to do it. If you take a look at alternative-jdk-support, it even has a comment about it: ``` // I failed to set it up leveraging Gradle's toolchains because // a toolchain spec is not flexible enough to provide an exact location of the JVM to be used; // if you have two identical JVM lang. versions in auto-discovered JVMs, an arbitrary one is used (?). // This situation is not uncommon when debugging low-level stuff (hand-compiled JVM binaries). ``` Eh. -- 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