Skip to content

Commit abe7e9e

Browse files
committed
Disable spotlessGroovy check
1 parent cc1a609 commit abe7e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checker/bin-devel/test-misc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${JAVA_VER}" != "8" ] && [ "${JAVA_VER}" != "11" ]; then
2323
# echo "Starting: ./gradlew spotlessGroovy"
2424
# ./gradlew spotlessGroovy > /dev/null 2>&1 || (echo "spotlessGroovy failed" && sleep 60 && true)
2525
# echo "Finished: ./gradlew spotlessGroovy"
26-
./gradlew spotlessCheck --warning-mode=all
26+
./gradlew spotlessCheck --warning-mode=all -x spotlessGroovy
2727
fi
2828
if grep -n -r --exclude-dir=build --exclude-dir=examples --exclude-dir=jtreg --exclude-dir=tests --exclude="*.astub" --exclude="*.tex" '^\(import static \|import .*\*;$\)'; then
2929
echo "Don't use static import or wildcard import"

0 commit comments

Comments
 (0)