mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-22 07:02:29 +00:00
Change min java version to 11 which should be ok on some embedded
systems.
This commit is contained in:
parent
4b3a37636b
commit
6b15b3d536
@ -23,7 +23,7 @@ public class PamguardVersionInfo {
|
||||
* Set the minimum and maximum Java versions that this version of
|
||||
* PAMGuard can work with.
|
||||
*/
|
||||
static public final String minJavaVersion = "16.0.0";
|
||||
static public final String minJavaVersion = "11.0.0";
|
||||
static public final String maxJavaVersion = "18.99.99";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user