Update publish versions

This commit is contained in:
Lukas Rieger (Blue) 2024-06-17 19:47:42 +02:00
parent 8f0f900997
commit 749894fb93
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
3 changed files with 9 additions and 4 deletions

View File

@ -116,7 +116,8 @@ modrinth {
uploadFile.set(tasks.findByName("shadowJar"))
loaders.addAll("paper","purpur","folia")
gameVersions.addAll(
"1.20.1", "1.20.2", "1.20.3", "1.20.4"
"1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
"1.21"
)
}
@ -136,7 +137,8 @@ hangarPublish {
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
platformVersions.set(listOf(
"1.20.1", "1.20.2", "1.20.3", "1.20.4"
"1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
"1.21"
))
}
}

View File

@ -123,7 +123,8 @@ modrinth {
"1.17", "1.17.1",
"1.18", "1.18.1", "1.18.2",
"1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4",
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4"
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
"1.21"
)
}

View File

@ -130,7 +130,9 @@ modrinth {
.replace("{version}", project.version.toString()))
uploadFile.set(tasks.findByName("shadowJar"))
loaders.addAll("sponge")
gameVersions.addAll("1.19.2", "1.19.3", "1.19.4")
gameVersions.addAll(
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6"
)
}
tasks.register("publish") {