Skip to content

Commit 3403b18

Browse files
committed
Drop redundant profile for spotless plugin
1 parent 848348f commit 3403b18

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -473,21 +473,6 @@
473473
</plugins>
474474
</build>
475475
</profile>
476-
477-
<profile>
478-
<id>java11+</id>
479-
<activation>
480-
<jdk>[11,)</jdk>
481-
</activation>
482-
<build>
483-
<plugins>
484-
<plugin>
485-
<groupId>com.diffplug.spotless</groupId>
486-
<artifactId>spotless-maven-plugin</artifactId>
487-
</plugin>
488-
</plugins>
489-
</build>
490-
</profile>
491476
</profiles>
492477

493478
</project>

0 commit comments

Comments
 (0)