mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-02-22 09:39:36 +01:00
chore: compile against 1.20.4 again
This commit is contained in:
parent
af7caa1f66
commit
4b656711d8
@ -103,7 +103,7 @@ tasks {
|
||||
withType<Javadoc> {
|
||||
val isRelease = if (rootProject.version.toString().endsWith("-SNAPSHOT")) "TODO" else rootProject.version.toString()
|
||||
val opt = options as StandardJavadocDocletOptions
|
||||
opt.links("https://jd.papermc.io/paper/1.21.4/")
|
||||
opt.links("https://jd.papermc.io/paper/1.20.4/")
|
||||
opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-bukkit/" + libs.worldeditBukkit.get().versionConstraint.toString())
|
||||
opt.links("https://intellectualsites.github.io/plotsquared-javadocs/core/")
|
||||
opt.links("https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString())
|
||||
|
@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
# Platform expectations
|
||||
paper = "1.21.4-R0.1-SNAPSHOT"
|
||||
paper = "1.20.4-R0.1-SNAPSHOT"
|
||||
guice = "7.0.0"
|
||||
spotbugs = "4.9.0"
|
||||
checkerqual = "3.48.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user