Skip to content

Commit 1a1ea37

Browse files
committed
feat: run spotless on compile
Signed-off-by: Chris Laprun <[email protected]>
1 parent facb2e6 commit 1a1ea37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@
338338
<removeUnusedImports/>
339339
</java>
340340
</configuration>
341+
<executions>
342+
<execution>
343+
<goals>
344+
<goal>apply</goal>
345+
</goals>
346+
<phase>compile</phase>
347+
</execution>
348+
</executions>
341349
</plugin>
342350
<plugin>
343351
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)