really disable checkstyle
commit @27db266 had almost opposite the intended effect ... oops!
This commit is contained in:
parent
79c8b41298
commit
d81b2842b7
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue