Adopt Rewrite snapshots. Upgrade antlr to 4.11

This commit is contained in:
aboyko
2023-02-07 14:01:58 -05:00
parent e2134dd186
commit 3a337427ac
12 changed files with 159 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
ANTLR_VERSION=4.9.3
ANTLR_VERSION=4.11.1
if [ ! -f antlr-${ANTLR_VERSION}.jar ]; then
curl https://www.antlr.org/download/antlr-${ANTLR_VERSION}-complete.jar --output antlr-${ANTLR_VERSION}.jar
fi