As of Java 17, we can no longer pass -source 6 to javac
This updates the two straggling libraries (mdsplus and mdsobjects) to version 8, which matches the other java libraries.
With Ubuntu 24.04 and Debian 12, we can no longer install Java 11, so we need to update to support 17
This failed from the windows build timing out, I'm going to merge it so @santorofer can work on the new distributions, and then try to fix the issue with windows builds
As of Java 17, we can no longer pass
-source 6
tojavac
This updates the two straggling libraries (mdsplus
andmdsobjects
) to version 8, which matches the other java libraries.With Ubuntu 24.04 and Debian 12, we can no longer install Java 11, so we need to update to support 17