Skip to content

Commit

Permalink
[improvement][project]Apply spotless automatically when maven compile…
Browse files Browse the repository at this point in the history
…/test.
  • Loading branch information
jerryjzhang committed Sep 20, 2024
1 parent e0a2ed5 commit 901a8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 901a8e7

Please sign in to comment.