#!/bin/sh

# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime

find_jars antlr4-runtime commons-lang3 commons-beanutils commons-collections3 guava commons-cli commons-logging picocli Saxon-HE reflections checkstyle

run_java com.puppycrawl.tools.checkstyle.Main "$@"
