Skip to content

Commit cbcfb23

Browse files
Go back to antlr version 4.9.3.
seems necessary for Java 8.
1 parent e5ab5c3 commit cbcfb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.antlr</groupId>
195195
<artifactId>antlr4-maven-plugin</artifactId>
196-
<version>4.13.2</version>
196+
<version>4.9.3</version> <!-- Newer versions seem not compatible -->
197197
<executions>
198198
<execution>
199199
<id>antlr</id>
@@ -506,7 +506,7 @@
506506
<dependency>
507507
<groupId>org.antlr</groupId>
508508
<artifactId>antlr4</artifactId> <!-- transitively includes ST4, antlr-runtime, antlr4-runtime -->
509-
<version>4.13.2</version> <!-- 4.10.* and 4.11.* not compatible -->
509+
<version>4.9.3</version> <!-- 4.10.* and 4.11.* not compatible -->
510510
<exclusions>
511511
<exclusion>
512512
<groupId>com.ibm.icu</groupId>

0 commit comments

Comments
 (0)