intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

getSystemJavaCompiler returns null with jbr17

Open idanakav opened this issue 2 years ago • 0 comments

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

idanakav avatar Aug 30 '23 03:08 idanakav