[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> </configuration>
<executions> <executions>
<execution> <execution>
<id>spotless-check</id> <id>spotless-apply-auto</id>
<phase>validate</phase> <phase>validate</phase>
<goals> <goals>
<goal>check</goal> <goal>apply</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>