Skip to content

Commit

Permalink
Enable Spotless plugin - automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 11, 2022
1 parent 1f7058d commit 42341fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -213,9 +213,16 @@
<build>

<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>${checkstyle.spotless.config}</configLocation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 42341fb

Please sign in to comment.