1.21.3 (#2974)
* feat: initial work on 1.21.3 adapter * chore: method does not exist anymore * cleanup, deduplicate, drop old versions from runServer task * chore: apply deduplicated fields changes from PR * chore: remove jetbrains annotations references * chore: remove unsupported versions from modrinth release task * chore: adjust mondrinth versions, update issue template
This commit is contained in:
committed by
GitHub
parent
eb0f07af81
commit
ef8426473a
@ -83,7 +83,7 @@ allprojects {
|
||||
}
|
||||
|
||||
applyCommonConfiguration()
|
||||
val supportedVersions = listOf("1.19.4", "1.20", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1")
|
||||
val supportedVersions = listOf("1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.3")
|
||||
|
||||
tasks {
|
||||
supportedVersions.forEach {
|
||||
@ -97,7 +97,7 @@ tasks {
|
||||
}
|
||||
}
|
||||
runServer {
|
||||
minecraftVersion("1.21.1")
|
||||
minecraftVersion("1.21.3")
|
||||
pluginJars(*project(":worldedit-bukkit").getTasksByName("shadowJar", false).map { (it as Jar).archiveFile }
|
||||
.toTypedArray())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user