Skip to content

Commit

Permalink
Don't fail on depenency analysis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Nov 10, 2023
1 parent 0aff6e3 commit f4fc022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
</execution>
</executions>
<configuration>
<failOnWarning>true</failOnWarning>
<failOnWarning>false</failOnWarning>
</configuration>
</plugin>

Expand Down

0 comments on commit f4fc022

Please sign in to comment.