File tree Expand file tree Collapse file tree 5 files changed +6
-24
lines changed
Expand file tree Collapse file tree 5 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 2727 description : Which server version are you using? If your server version is not listed, it is not supported. Update to a supported version first.
2828 multiple : false
2929 options :
30- - ' 1.21.4 '
30+ - ' 1.21.11 '
3131 - ' 1.21.3'
3232 - ' 1.21.1'
3333 - ' 1.20.6'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ tasks {
110110 val isRelease = if (rootProject.version.toString().endsWith(" -SNAPSHOT" )) " TODO" else rootProject.version.toString()
111111 val opt = options as StandardJavadocDocletOptions
112112 opt.links(" https://jd.papermc.io/paper/1.20.4/" )
113- opt.links(" https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-bukkit/" + libs.worldeditBukkit.get().versionConstraint.toString())
113+ // opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-bukkit/" + libs.worldeditBukkit.get().versionConstraint.toString())
114114 opt.links(" https://intellectualsites.github.io/plotsquared-javadocs/core/" )
115- opt.links(" https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString())
115+ // opt.links("https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString())
116116 opt.links(" https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + " /javadoc/" )
117117 opt.links(" https://checkerframework.org/api/" )
118118 opt.isLinkSource = true
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ tasks {
6767 withType<Javadoc > {
6868 val isRelease = if (rootProject.version.toString().endsWith(" -SNAPSHOT" )) " TODO" else rootProject.version.toString()
6969 val opt = options as StandardJavadocDocletOptions
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/" + libs.adventureApi.get().versionConstraint.toString())
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/" + libs.adventureApi.get().versionConstraint.toString())
7272 opt.links(" https://jd.advntr.dev/text-minimessage/" + libs.adventureApi.get().versionConstraint.toString())
7373 opt.links(" https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + " /javadoc/" )
7474 opt.links(" https://checkerframework.org/api/" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020}
2121
2222group = " com.intellectualsites.plotsquared"
23- version = " 7.5.11-SNAPSHOT "
23+ version = " 7.5.11"
2424
2525if (! File (" $rootDir /.git" ).exists()) {
2626 logger.lifecycle("""
You can’t perform that action at this time.
0 commit comments