Regenerate java properties parser with ANTLR 4.9.3 to match runtime
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
ANTLR_VERSION=4.5.3
|
||||
ANTLR_VERSION=4.9.3
|
||||
if [ ! -f antlr-${ANTLR_VERSION}.jar ]; then
|
||||
curl https://www.antlr.org/download/antlr-${ANTLR_VERSION}-complete.jar --output antlr-${ANTLR_VERSION}.jar
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user