Hi,
The build of my project[1] started to fail after I upgraded to 4.10. I am building using JDK8 to ensure Java 8 compatibility. My understanding from the Antlr release notes[2] is that Java 8 runtime is intended to be supported: "Java runtime target [...] and the associated runtime tests use Java 8".
However my build fails with the following exception:
java.lang.UnsupportedClassVersionError: org/antlr/v4/Tool has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
The release's Antlr pom.xml[3] does say:
<maven.compiler.target>11</maven.compiler.target>
So I just want to confirm if that's intentional and the doc is out of date (or I am misunderstanding it)?
Cheers,
Tom