Skip to content

Commit

Permalink
Remove redundant spotless configuration
Browse files Browse the repository at this point in the history
Spotless is executed by default
  • Loading branch information
slawekjaranowski committed Aug 8, 2024
1 parent 8e0e83c commit a2b735f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,20 +366,6 @@
<invoker.parallelThreads>1</invoker.parallelThreads>
</properties>
</profile>
<profile>
<id>java11+</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>run-its</id>
<build>
Expand Down

0 comments on commit a2b735f

Please sign in to comment.