Skip to content

Commit 1beb52f

Browse files
committed
Set minimum ECJ release version to JDK 8 rather than JDK 11.
1 parent c46d911 commit 1beb52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/ecj/EcjJctCompilerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public String getDefaultRelease() {
7070
* @return the minimum supported version.
7171
*/
7272
public static int getEarliestSupportedVersionInt() {
73-
return decodeMajorVersion(ClassFileConstants.JDK11);
73+
return decodeMajorVersion(ClassFileConstants.JDK1_8);
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)