Only support Java 17

This commit is contained in:
SiboVG 2023-11-17 23:22:25 +01:00
parent 30d6d633c5
commit d838157209

View File

@ -21,8 +21,8 @@ public final class Application {
private static Injector injector;
// Supported Java Runtime Environment versions in which OR is allowed to run (e.g. '11' for Java 11)
public static int[] SUPPORTED_JRE_VERSIONS = {11, 17};
// Supported Java Runtime Environment versions in which OR is allowed to run (e.g. '17' for Java 17)
public static int[] SUPPORTED_JRE_VERSIONS = {17};
/**
* Return whether to use additional safety code checks.