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
The latest mslinks release fails any dependant project that is built with JDK11, the error is as follows:
[javac] import mslinks.ShellLink;
[javac] ^
[javac] bad class file: /home/runner/work/tray/tray/lib/mslinks-1.0.7.jar(/mslinks/ShellLink.class)
[javac] class file has wrong version 58.0, should be 55.0
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
Personally, for historical purposes, I've kept JDK8 level compatible with most of my project. I could probably move permanently to JDK11 but the above suggests JDK13 which will break a lot of projects requiring this library (including my own)
Was this change intended?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this fantastic library. :)
The latest mslinks release fails any dependant project that is built with JDK11, the error is as follows:
Personally, for historical purposes, I've kept JDK8 level compatible with most of my project. I could probably move permanently to JDK11 but the above suggests JDK13 which will break a lot of projects requiring this library (including my own)
Was this change intended?
The text was updated successfully, but these errors were encountered: