Skip to content

Commit

Permalink
Build: Run Spotless formatting checks
Browse files Browse the repository at this point in the history
This will ensure that the codebase remains consistently formatted.
  • Loading branch information
StenAL committed Nov 4, 2024
1 parent 5e7c667 commit 200c77c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@
</sortPom>
</pom>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 200c77c

Please sign in to comment.