Skip to content

Commit 4a59623

Browse files
committed
Run format apply instead of check.
1 parent 323c590 commit 4a59623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,10 @@
372372
<version>${spring-javaformat-maven-plugin.version}</version>
373373
<executions>
374374
<execution>
375-
<phase>validate</phase>
375+
<phase>process-sources</phase>
376376
<inherited>true</inherited>
377377
<goals>
378-
<goal>validate</goal>
378+
<goal>apply</goal>
379379
</goals>
380380
</execution>
381381
</executions>

0 commit comments

Comments
 (0)