MDSplus / mdsplus

The MDSplus data management system
https://mdsplus.org/
Other
75 stars 45 forks source link

Fix: Update JAVASOURCE to 8 to support JDK 17 #2747

Closed WhoBrokeTheBuild closed 7 months ago

WhoBrokeTheBuild commented 7 months ago

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

WhoBrokeTheBuild commented 7 months ago

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