Declare 1.20.3 support in publication where applicable

This commit is contained in:
Lukas Rieger (Blue) 2023-12-06 19:57:41 +01:00
parent 78904b4051
commit 8104f99f60
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
3 changed files with 4 additions and 3 deletions

View File

@ -144,7 +144,7 @@ modrinth {
.readText()
.replace("{version}", project.version.toString()))
uploadFile.set(tasks.findByName("remappedShadowJar"))
gameVersions.addAll("1.20", "1.20.1", "1.20.2")
gameVersions.addAll("1.20", "1.20.1", "1.20.2", "1.20.3")
dependencies {
required.project("P7dR8mSH") // Fabric API
}
@ -168,6 +168,7 @@ curseforge {
addGameVersion("1.20")
addGameVersion("1.20.1")
addGameVersion("1.20.2")
addGameVersion("1.20.3")
mainArtifact(tasks.findByName("remappedShadowJar"), closureOf<CurseArtifact> {
relations(closureOf<CurseRelation> {

View File

@ -145,7 +145,7 @@ 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.1", "1.20.2", "1.20.3"
))
}
}

View File

@ -134,7 +134,7 @@ 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", "1.20.1", "1.20.2", "1.20.3"
)
}