Skip to content

Commit 0e83466

Browse files
committed
Reference Hamcrest Javadoc via javadoc.io
Due to an SSL/TLS issue with hamcrest.org, the Dokka task fails with the following. > Failed to download package-list from https://hamcrest.org/JavaHamcrest/javadoc/2.1/package-list, > this might suggest that remote resource is not available, module is > empty or dokka output got corrupted See: hamcrest/JavaHamcrest#280 As a workaround, this commit switches to javadoc.io to reference the Hamcrest Javadoc APIs.
1 parent 48a507a commit 0e83466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/docs-dokka.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks.findByName("dokkaHtmlPartial")?.configure {
1717
url.set(new URL("https://kotlin.github.io/kotlinx.coroutines/"))
1818
}
1919
externalDocumentationLink {
20-
url.set(new URL("https://hamcrest.org/JavaHamcrest/javadoc/2.1/"))
20+
url.set(new URL("https://javadoc.io/doc/org.hamcrest/hamcrest/2.1/"))
2121
}
2222
externalDocumentationLink {
2323
url.set(new URL("https://javadoc.io/doc/javax.servlet/javax.servlet-api/latest/"))

0 commit comments

Comments
 (0)