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
We're in the process of migrating projects from Java 8 to 11/17. For now, the target compilation level will remain 8 but I am already testing the build with JDK 17.
We're in the process of migrating projects from Java 8 to 11/17. For now, the target compilation level will remain 8 but I am already testing the build with JDK 17.
I learned that I have to change
to
Is there a Java version agnostic configuration syntax or some other way to tell the plugin to just use whatever is in java.home?
(I am also missing configuration examples for modern Java versions in the documentation)
The text was updated successfully, but these errors were encountered: