Skip to content

Commit

Permalink
Switch back to javadoc.io for checker-qual docs
Browse files Browse the repository at this point in the history
checkerframework.org root CA is not recognized by any of my JDKs...
  • Loading branch information
jpenilla committed Dec 9, 2023
1 parent 7d3a91f commit a37fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.withType<Javadoc>().configureEach {
val options = options as StandardJavadocDocletOptions
options.links(
"https://jd.advntr.dev/api/${libs.versions.adventure.get()}/",
"https://checkerframework.org/api/",
"https://javadoc.io/doc/org.checkerframework/checker-qual/${libs.versions.checkerQual.get()}/",
"https://jd.papermc.io/paper/${libs.versions.minecraft.get().split(".", "-").take(2).joinToString(".")}/",
)
}
Expand Down

0 comments on commit a37fd05

Please sign in to comment.