Update the runtime to build XPathLexer with ANTLR 4.2
This commit is contained in:
parent
c0dda79dff
commit
470863dcd0
|
@ -20,7 +20,7 @@
|
|||
</target>
|
||||
|
||||
<target name="antlr4-init" depends="basic-init">
|
||||
<property name="antlr4.version" value="4.1"/>
|
||||
<property name="antlr4.version" value="4.2"/>
|
||||
<property name="antlr4.jar.name" value="antlr-${antlr4.version}-complete.jar"/>
|
||||
<property name="antlr4.jar" value="${lib.dir}/${antlr4.jar.name}"/>
|
||||
<mkdir dir="${lib.dir}"/>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<plugin>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr4-maven-plugin</artifactId>
|
||||
<version>4.1</version>
|
||||
<version>4.2</version>
|
||||
<configuration>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue