diff --git a/scripts/dev/check-format-and-headers-for-branch.sh b/scripts/dev/check-format-and-headers-for-branch.sh index b1503201b0..d200154feb 100755 --- a/scripts/dev/check-format-and-headers-for-branch.sh +++ b/scripts/dev/check-format-and-headers-for-branch.sh @@ -18,7 +18,6 @@ do fi done include_list=${include_list:1} -echo $include_list mvn spotless:apply validate -DlicenseUpdateHeaders=true -Pags,all-tas-tests -Dspotless-include-list="${include_list}" > /dev/null || true