Skip to content

Commit 9b65ffd

Browse files
committed
Duplicate Finder Maven Plugin only to run on Java 11+
1 parent e3c33f7 commit 9b65ffd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@
125125
<reuseForks>false</reuseForks>
126126
</configuration>
127127
</plugin>
128-
<plugin>
129-
<groupId>org.basepom.maven</groupId>
130-
<artifactId>duplicate-finder-maven-plugin</artifactId>
131-
</plugin>
132128
<plugin>
133129
<groupId>org.codehaus.mojo</groupId>
134130
<artifactId>buildnumber-maven-plugin</artifactId>
@@ -225,6 +221,10 @@
225221
<groupId>org.apache.maven.plugins</groupId>
226222
<artifactId>maven-checkstyle-plugin</artifactId>
227223
</plugin>
224+
<plugin>
225+
<groupId>org.basepom.maven</groupId>
226+
<artifactId>duplicate-finder-maven-plugin</artifactId>
227+
</plugin>
228228
</plugins>
229229
</build>
230230
</profile>

0 commit comments

Comments
 (0)