https://github.com/antlr/grammars-v4
Raw File
Tip revision: 7e0fbe3d3c3431384571cb2c6a61e10370f37af0 authored by dependabot[bot] on 22 May 2023, 21:00:16 UTC
Bump antlr.version from 4.12.0 to 4.13.0
Tip revision: 7e0fbe3
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