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 8, 2023
1 parent 034e3da commit d4fd043
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 d4fd043

Please sign in to comment.