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
diff --git a/java/Main.java b/java/Main.java
index e824a95..c04db2c 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