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 f547cea commit f7f9985Copy full SHA for f7f9985
pom.xml
@@ -41,7 +41,8 @@
41
<project.build.source>1.8</project.build.source>
42
<project.build.target>1.8</project.build.target>
43
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44
- <antlr.version>4.13.1</antlr.version>
+ <!-- NOTE(AR) Antlr 4.9.3 is the last version in the 4.x.x line that supports Java 8 -->
45
+ <antlr.version>4.9.3</antlr.version>
46
<contact.email>[email protected]</contact.email>
47
</properties>
48
0 commit comments