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
You can't use the default compiler plugin with the default compiler props.. that gives you Java 5, which is too old for Java 11.
[INFO] Compiling 4 source files to C:\ydosppa\openliberty-ex\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
My PR #7 makes this a moot point, but I'll just open in case anyone looks in the meantime.
The text was updated successfully, but these errors were encountered:
You can't use the default compiler plugin with the default compiler props.. that gives you Java 5, which is too old for Java 11.
My PR #7 makes this a moot point, but I'll just open in case anyone looks in the meantime.
The text was updated successfully, but these errors were encountered: