Skip to content

Commit

Permalink
Update fallback target version to JDK 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Apr 27, 2024
1 parent 60a7807 commit e2f1f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class JavaVersion {
public static final int VERSION_OFFSET = 44;
private static final String JAVA_CLASS_VERSION = "java.class.version";
private static final String JAVA_VM_SPEC_VERSION = "java.vm.specification.version";
private static final int FALLBACK_VERSION = 17;
private static final int FALLBACK_VERSION = 22;
private static final Logger logger = Logging.get(JavaVersion.class);
private static int version = -1;

Expand Down

0 comments on commit e2f1f42

Please sign in to comment.