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 committed Nov 7, 2024
1 parent bad8c71 commit d33c943
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 d33c943

Please sign in to comment.