Skip to content

Commit bb83c00

Browse files
authored
improve: run spotless on compile (#80)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 1d9de35 commit bb83c00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@
209209
<removeUnusedImports></removeUnusedImports>
210210
</java>
211211
</configuration>
212+
<executions>
213+
<execution>
214+
<goals>
215+
<goal>apply</goal>
216+
</goals>
217+
<phase>compile</phase>
218+
</execution>
219+
</executions>
212220
</plugin>
213221

214222
</plugins>

0 commit comments

Comments
 (0)