Skip to content

Commit

Permalink
Re-add -Xdoclint:none option because release currently fails
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Apr 8, 2021
1 parent 63f92bf commit fc2fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -150,7 +150,7 @@
<version>3.2.0</version>
<configuration>
<!-- Required for java8, so that javadoc errors don't fail the build. -->
<additionalOptions>-Xdoclint:none</additionalOptions>
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
<!-- Required for build with java11, to prevent "error: package sun.nio.ch is not visible" failing javadoc -->
<source>8</source>
Expand Down

0 comments on commit fc2fad6

Please sign in to comment.