Have apply-error-prone-suggestions.sh download JitPack-hosted artifacts (#441)

While there, tweak the usage message of both `apply-error-prone-suggestions.sh`
and `run-mutation-tests.sh`.
This commit is contained in:
Stephan Schroevers
2023-01-06 10:38:54 +01:00
committed by GitHub
parent e9a1d54035
commit 9a9ef3c59d
2 changed files with 3 additions and 2 deletions

View File

@@ -9,13 +9,14 @@
set -e -u -o pipefail
if [ "${#}" -gt 1 ]; then
echo "Usage: ./$(basename "${0}") [PatchChecks]"
echo "Usage: ${0} [PatchChecks]"
exit 1
fi
patchChecks=${1:-}
mvn clean test-compile fmt:format \
-s "$(dirname "${0}")/settings.xml" \
-T 1.0C \
-Perror-prone \
-Perror-prone-fork \