Skip to content

Commit

Permalink
ci: configure Javadoc failOnWarnings
Browse files Browse the repository at this point in the history
Close #142
  • Loading branch information
javier-godoy committed Nov 6, 2024
1 parent f582556 commit 72ad2dc
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 @@ -298,7 +298,7 @@
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
<failOnWarnings>false</failOnWarnings>
<failOnWarnings>true</failOnWarnings>
<links>
<link>https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version}</link>
</links>
Expand Down

0 comments on commit 72ad2dc

Please sign in to comment.