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
There's one significatant caveat with Java 13 support: JDT only supports enable-preview features for the latest version of the JDK. Which is problematic. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=549258#c9
Anyone using Java 12 right now with preview features will break immediately, unless they migrate to Java 13.
Gradle projects still fail to configure with Java 13 at this point.
as usual, need to consume new jdt packages that support it
The text was updated successfully, but these errors were encountered: