Skip to content

Commit

Permalink
Exclude findbugs at it fails on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Apr 8, 2021
1 parent 7f3eb16 commit fd60fb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
<exclude>findbugs:.*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fd60fb5

Please sign in to comment.