We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35bab67 + 81c65b6 commit f7cb68bCopy full SHA for f7cb68b
1 file changed
checker/bin-devel/test-misc.sh
@@ -24,7 +24,8 @@ if [ "${JAVA_VER}" != "8" ] && [ "${JAVA_VER}" != "11" ]; then
24
# echo "Starting: ./gradlew spotlessGroovy"
25
# ./gradlew spotlessGroovy > /dev/null 2>&1 || (echo "spotlessGroovy failed" && sleep 60 && true)
26
# echo "Finished: ./gradlew spotlessGroovy"
27
- ./gradlew spotlessCheck --warning-mode=all -x spotlessGroovy -x spotlessGroovyGradle
+ # ./gradlew spotlessCheck --warning-mode=all -x spotlessGroovy -x spotlessGroovyGradle
28
+ ./gradlew spotlessCheck --warning-mode=all
29
fi
30
if grep -n -r --exclude-dir=build --exclude-dir=examples --exclude-dir=jtreg --exclude-dir=tests --exclude="*.astub" --exclude="*.tex" '^\(import static \|import .*\*;$\)'; then
31
echo "Don't use static import or wildcard import"
0 commit comments