docs: Publish javadocs to GH actions (#3686)

* docs: Publish javadocs to GH actions

* chore: Use updated URL

* chore: Use correct URL
This commit is contained in:
Alexander Brandes
2022-06-17 23:40:29 +02:00
committed by GitHub
parent 08ce4c872c
commit 7279862def
2 changed files with 25 additions and 1 deletions

View File

@ -99,7 +99,7 @@ tasks {
val opt = options as StandardJavadocDocletOptions
opt.links("https://jd.papermc.io/paper/1.18/")
opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-bukkit/" + libs.worldeditBukkit.get().versionConstraint.toString())
opt.links("https://javadoc.io/doc/com.plotsquared/PlotSquared-Core/latest/")
opt.links("https://intellectualsites.github.io/plotsquared-javadocs/core/")
opt.links("https://jd.adventure.kyori.net/api/4.9.3/")
opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/")
opt.links("https://checkerframework.org/api/")