[ci skip] Resolve apiAndDocs sources during Javadoc task execution rather than during configuration time (#6836)

This commit is contained in:
Jason Penilla
2021-10-26 19:45:45 -07:00
parent 399444abda
commit 15350e1273
3 changed files with 15 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
testImplementation("junit:junit:4.13.1")
testImplementation("org.hamcrest:hamcrest-library:1.3")
testImplementation("org.ow2.asm:asm-tree:9.2")
@@ -0,0 +0,0 @@ tasks.withType<Javadoc>().configureEach {
@@ -0,0 +0,0 @@ tasks.withType<Javadoc> {
(options as StandardJavadocDocletOptions).links(
"https://guava.dev/releases/21.0/api/docs/",
"https://javadoc.io/doc/org.yaml/snakeyaml/1.28/",