Skip to content

Commit 4fefe24

Browse files
committed
Release 7.5.11
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 8caa426 commit 4fefe24

File tree

5 files changed

+6
-24
lines changed

5 files changed

+6
-24
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
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'

.github/stale.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

Bukkit/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group = "com.intellectualsites.plotsquared"
23-
version = "7.5.11-SNAPSHOT"
23+
version = "7.5.11"
2424

2525
if (!File("$rootDir/.git").exists()) {
2626
logger.lifecycle("""

0 commit comments

Comments
 (0)