Skip to content

Commit

Permalink
build: enable javadoc failOnWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC committed Dec 20, 2024
1 parent e6f8a62 commit 56d2091
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 @@ -294,7 +294,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 56d2091

Please sign in to comment.