summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNasser Grainawi <nasser.grainawi@linaro.org>2023-11-08 08:03:15 -0800
committerNasser Grainawi <nasser.grainawi@linaro.org>2023-11-08 08:03:15 -0800
commitae32432a9d533bef8067a31ec4769efdf1b2242b (patch)
tree304233b56bed52204725bb3b0e455352353e900b
parent8faa2a2be7ac9bd77c0ef9e7247006d60ff1d66d (diff)
Fix accidental bump to require java 17
Change I932527e60 only intended to modify the default to be Java 17 but still allow Java 11 compilation and runtime. Release-Notes: skip Change-Id: I53ca6febaec7898d885eea2a937b4e4bcc752304
-rw-r--r--java/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Main.java b/java/Main.java
index e824a95996..c04db2cb34 100644
--- a/java/Main.java
+++ b/java/Main.java
@@ -16,7 +16,7 @@
public final class Main {
private static final String FLOGGER_BACKEND_PROPERTY = "flogger.backend_factory";
private static final String FLOGGER_LOGGING_CONTEXT = "flogger.logging_context";
- private static final Runtime.Version MIN_JAVA_VERSION = Runtime.Version.parse("17.0.5");
+ private static final Runtime.Version MIN_JAVA_VERSION = Runtime.Version.parse("11.0.10");
// We don't do any real work here because we need to import
// the archive lookup code and we cannot import a class in