Skip to content

Commit 835af71

Browse files
committed
Revert Javadoc failOnWarnings
Java 8 says: [WARNING] javadoc: warning - Error fetching URL: https://commons.apache.org/proper/commons-text/apidocs/
1 parent 461b171 commit 835af71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@
227227
</manifest>
228228
</archive>
229229
<doclint>all</doclint>
230-
<failOnWarnings>true</failOnWarnings>
230+
<!-- Java 8 on GH says: "[WARNING] javadoc: warning - Error fetching URL: https://commons.apache.org/proper/commons-text/apidocs/" -->
231+
<!-- <failOnWarnings>true</failOnWarnings> -->
231232
<additionalDependencies>
232233
<additionalDependency>
233234
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)