really disable checkstyle

commit @27db266 had almost opposite the intended effect ... oops!
This commit is contained in:
Gavin King 2024-09-17 08:47:10 +02:00
parent 79c8b41298
commit d81b2842b7
1 changed files with 2 additions and 4 deletions

View File

@ -76,11 +76,9 @@ elif [ "$RDBMS" == "informix" ]; then
goal="-Pdb=informix"
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.
# Disable checkstyle
#if [ -n "$goal" ]; then
# goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
#fi
function logAndExec() {