Skip to content

Commit 27db266

Browse files
committed
disable checkstyle because we have spotless now
1 parent a43bcd8 commit 27db266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ fi
7979
# Only run checkstyle in the H2 build,
8080
# so that CI jobs give a more complete report
8181
# and developers can fix code style and non-H2 DB tests in parallel.
82-
if [ -n "$goal" ]; then
83-
goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
84-
fi
82+
#if [ -n "$goal" ]; then
83+
# goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
84+
#fi
8585

8686
function logAndExec() {
8787
echo 1>&2 "Executing:" "${@}"

0 commit comments

Comments
 (0)