spotless needs to clean the compiled files to compute all unused imports

This commit is contained in:
Vitor Pamplona
2025-10-22 16:29:47 -04:00
parent 2ada3855d0
commit 5306dd52d7
+1 -1
View File
@@ -12,7 +12,7 @@ echo "$JAVA_HOME"
echo "$(java -version)" echo "$(java -version)"
echo "Running test... " echo "Running test... "
./gradlew spotlessCheck ./gradlew clean spotlessCheck
status=$? status=$?