mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-03-14 15:49:05 +01:00
Fix supported versions
This commit is contained in:
parent
e1701c4754
commit
c407ba6bd5
@ -123,7 +123,7 @@ modrinth {
|
||||
uploadFile.set(tasks.findByName("shadowJar"))
|
||||
loaders.addAll("paper","purpur","folia")
|
||||
gameVersions.addAll(
|
||||
"1.20", "1.20.1"
|
||||
"1.20.1"
|
||||
)
|
||||
}
|
||||
|
||||
@ -141,7 +141,7 @@ hangarPublish {
|
||||
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
|
||||
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
|
||||
platformVersions.set(listOf(
|
||||
"1.20", "1.20.1"
|
||||
"1.20.1"
|
||||
))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user