https://github.com/antlr/grammars-v4
Raw File
Tip revision: 48b88d38e6fc9b9815d11a6b8567efac56683e14 authored by dependabot[bot] on 07 September 2022, 20:05:25 UTC
Bump antlr4test-maven-plugin from 1.21 to 1.22
Tip revision: 48b88d3
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