You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: