Skip to content

Commit

Permalink
ci: configure Javadoc failOnWarnings
Browse files Browse the repository at this point in the history
Close #82
  • Loading branch information
paodb committed Nov 7, 2024
1 parent ff1b4b7 commit 10b0a6d
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 @@ -313,7 +313,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 10b0a6d

Please sign in to comment.