forked from mirror/BlueMap
Update publish versions
This commit is contained in:
parent
8f0f900997
commit
749894fb93
@ -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"
|
||||
))
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user