dockerzhang commented on code in PR #6863:
URL: https://github.com/apache/inlong/pull/6863#discussion_r1048085986
##########
pom.xml:
##########
@@ -1597,7 +1600,7 @@
<executions>
<execution>
<goals>
- <goal>check</goal>
+ <goal>apply</goal>
Review Comment:
When compiling, it will be executed `apply` by default, avoid checking first
and then applying.
`mvn spotless:check` and `mvn spotless:apply` are still available.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]