Skip to content

Commit

Permalink
improve: run spotless on compile (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri authored Apr 17, 2024
1 parent 1d9de35 commit bb83c00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,14 @@
<removeUnusedImports></removeUnusedImports>
</java>
</configuration>
<executions>
<execution>
<goals>
<goal>apply</goal>
</goals>
<phase>compile</phase>
</execution>
</executions>
</plugin>

</plugins>
Expand Down

0 comments on commit bb83c00

Please sign in to comment.