File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ tasks {
104
104
opt.links(" https://jd.papermc.io/paper/1.20/" )
105
105
opt.links(" https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-bukkit/" + libs.worldeditBukkit.get().versionConstraint.toString())
106
106
opt.links(" https://intellectualsites.github.io/plotsquared-javadocs/core/" )
107
- opt.links(" https://jd.advntr.dev/api/4.14.0/ " )
107
+ opt.links(" https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString() )
108
108
opt.links(" https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + " /javadoc/" )
109
109
opt.links(" https://checkerframework.org/api/" )
110
110
opt.isLinkSource = true
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ tasks {
68
68
val isRelease = if (rootProject.version.toString().endsWith(" -SNAPSHOT" )) " TODO" else rootProject.version.toString()
69
69
val opt = options as StandardJavadocDocletOptions
70
70
opt.links(" https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-core/" + libs.worldeditCore.get().versionConstraint.toString())
71
- opt.links(" https://jd.advntr.dev/api/4.14.0/ " )
72
- opt.links(" https://jd.advntr.dev/text-minimessage/4.14.0/ " )
71
+ opt.links(" https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString() )
72
+ opt.links(" https://jd.advntr.dev/text-minimessage/" + libs.adventureApi.get().versionConstraint.toString() )
73
73
opt.links(" https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + " /javadoc/" )
74
74
opt.links(" https://checkerframework.org/api/" )
75
75
opt.isLinkSource = true
You can’t perform that action at this time.
0 commit comments