Regenerate java properties parser with ANTLR 4.9.3 to match runtime

This commit is contained in:
aboyko
2023-01-10 21:45:00 -05:00
parent 3b294630f1
commit 39de9aaf46
8 changed files with 114 additions and 91 deletions

View File

@@ -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