Drop support for minor 1.19 versions (#2316)

* Drop support for minor 1.19 versions

* More work
This commit is contained in:
Alexander Brandes
2023-06-29 12:23:26 +02:00
committed by GitHub
parent 24325d91ba
commit 770bb0087a
40 changed files with 7 additions and 17365 deletions

View File

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