Skip to content

Commit

Permalink
skip spotbugs for JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Aug 25, 2024
1 parent 39d143d commit 9b37160
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 11 additions & 0 deletions japicmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,17 @@
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</reporting>
</profile>
<profile>
<id>java-9</id>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,13 +451,6 @@
<source>8</source>
</configuration>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 9b37160

Please sign in to comment.