disable checkstyle because we have spotless now
This commit is contained in:
parent
a43bcd80a8
commit
27db2668b4
|
@ -79,9 +79,9 @@ fi
|
||||||
# Only run checkstyle in the H2 build,
|
# Only run checkstyle in the H2 build,
|
||||||
# so that CI jobs give a more complete report
|
# so that CI jobs give a more complete report
|
||||||
# and developers can fix code style and non-H2 DB tests in parallel.
|
# and developers can fix code style and non-H2 DB tests in parallel.
|
||||||
if [ -n "$goal" ]; then
|
#if [ -n "$goal" ]; then
|
||||||
goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
|
# goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
function logAndExec() {
|
function logAndExec() {
|
||||||
echo 1>&2 "Executing:" "${@}"
|
echo 1>&2 "Executing:" "${@}"
|
||||||
|
|
Loading…
Reference in New Issue