Skip to content

Commit

Permalink
Drop redundant profile for spotless plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 17, 2024
1 parent 848348f commit 3403b18
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,21 +473,6 @@
</plugins>
</build>
</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>
</profiles>

</project>

0 comments on commit 3403b18

Please sign in to comment.