[improvement][project]Apply spotless automatically when maven compile/test.

This commit is contained in:
jerryjzhang
2024-09-20 18:29:53 +08:00
parent e0a2ed557d
commit 901a8e722a

View File

@@ -256,10 +256,10 @@
</configuration>
<executions>
<execution>
<id>spotless-check</id>
<id>spotless-apply-auto</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
</execution>
</executions>