Skip to content

Commit

Permalink
ci: configure Javadoc failOnWarnings
Browse files Browse the repository at this point in the history
Close #19
  • Loading branch information
paodb authored and javier-godoy committed Nov 7, 2024
1 parent 8752846 commit 8c62324
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 @@ -304,7 +304,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 8c62324

Please sign in to comment.