intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
getSystemJavaCompiler returns null with jbr17
What happened?
When applying the plugin it will also enforce JBR as the JDK, with JBR17, the getSystemJavaCompiler is returned null, most likely due to classpath modifications.
This is causing issues for some tools, such as compile-testing when tried to be used in the same project.
Steps to reproduce
See the a reproducing case in this demo repo repo.
Gradle IntelliJ Plugin version
1.1
Gradle version
8.2
Operating System
macOS