Skip to content

Commit 3629da2

Browse files
committed
fix spotless executions ids
1 parent 2ba4af6 commit 3629da2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@
6161
</configuration>
6262
<executions>
6363
<execution>
64+
<id>apply-formatting</id>
6465
<phase>compile</phase>
6566
<goals>
6667
<goal>apply</goal>
6768
</goals>
6869
</execution>
6970
<execution>
71+
<id>check-formatting</id>
7072
<phase>verify</phase>
7173
<goals>
7274
<goal>check</goal>

0 commit comments

Comments
 (0)