disable checkstyle because we have spotless now

This commit is contained in:
Gavin King 2024-09-14 19:10:52 +02:00
parent a43bcd80a8
commit 27db2668b4
1 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ fi
# Only run checkstyle in the H2 build,
# so that CI jobs give a more complete report
# and developers can fix code style and non-H2 DB tests in parallel.
if [ -n "$goal" ]; then
goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
fi
#if [ -n "$goal" ]; then
# goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
#fi
function logAndExec() {
echo 1>&2 "Executing:" "${@}"