Add support for 1.20.2 (#2431)

* Update to 1.20.2

* Update paperweight

---------

Co-authored-by: Pierre Maurice Schwang <mail@pschwang.eu>
This commit is contained in:
Alexander Brandes
2023-09-29 22:00:58 +02:00
committed by GitHub
parent 889e9b7185
commit 45b60f4929
23 changed files with 8558 additions and 7 deletions

View File

@ -83,7 +83,7 @@ allprojects {
}
applyCommonConfiguration()
val supportedVersions = listOf("1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1")
val supportedVersions = listOf("1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.2")
tasks {
supportedVersions.forEach {
@ -97,7 +97,7 @@ tasks {
}
}
runServer {
minecraftVersion("1.20.1")
minecraftVersion("1.20.2")
pluginJars(*project(":worldedit-bukkit").getTasksByName("shadowJar", false).map { (it as Jar).archiveFile }
.toTypedArray())