We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf237a4 commit 70b3669Copy full SHA for 70b3669
java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/ecj/EcjJctCompilerImpl.java
@@ -70,7 +70,7 @@ public String getDefaultRelease() {
70
* @return the minimum supported version.
71
*/
72
public static int getEarliestSupportedVersionInt() {
73
- return decodeMajorVersion(ClassFileConstants.JDK11);
+ return decodeMajorVersion(ClassFileConstants.JDK1_8);
74
}
75
76
/**
0 commit comments