Skip to content

Commit b2c3b0e

Browse files
committed
[Build] Disable javadoc.io
javadoc.io is down and breaks our builds
1 parent dadced1 commit b2c3b0e

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
@@ -508,7 +508,8 @@
508508
<!-- javadoc plugin can't port docs for modularized code to
509509
non-modularized code -->
510510
<!-- <link>https://junit.org/junit5/docs/current/api/</link>-->
511-
<link>https://javadoc.io/doc/org.testng/testng/7.1.0/</link>
511+
<!-- javadoc.io is down -->
512+
<!-- <link>https://javadoc.io/doc/org.testng/testng/7.1.0/</link> -->
512513
</links>
513514
<groups>
514515
<group>

0 commit comments

Comments
 (0)