https://github.com/antlr/grammars-v4
Raw File
Tip revision: 8ea697e72d2395e44b7e6c5494ee5b84744db68d authored by dependabot[bot] on 12 April 2022, 20:06:57 UTC
Bump antlr4test-maven-plugin from 1.19 to 1.20
Tip revision: 8ea697e
test.sh
command -v mvn >/dev/null 2>&1 || { echo >&2 "I require maven to test the grammars but it's not installed.  Aborting."; exit 1; }
mvn test $@
back to top