You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But even if I run explicitly mvn spotless:apply it does not reformat code. Check is not working either
that is why PRs are not catching this issue (./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml )
The text was updated successfully, but these errors were encountered:
Now the spotless plugin does not activates on main.
It was moved recently under a profile that should activate for the rood dir only:
But even if I run explicitly
mvn spotless:apply
it does not reformat code. Check is not working eitherthat is why PRs are not catching this issue (
./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
)The text was updated successfully, but these errors were encountered: