Skip to content

Commit

Permalink
skip spotbugs for job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Aug 25, 2024
1 parent 9b37160 commit d36487e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
shell: bash
run: |
mvn -B install
mvn -pl japicmp site:site
mvn -pl japicmp site:site -Dspotbugs.skip=true
cat japicmp/target/site/japicmp.md >$GITHUB_STEP_SUMMARY
11 changes: 0 additions & 11 deletions japicmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,6 @@
</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

0 comments on commit d36487e

Please sign in to comment.