mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
Fix publishing task upload file
This commit is contained in:
parent
b6fe5cf692
commit
8a85deb630
@ -147,7 +147,7 @@ hangarPublish {
|
||||
// register platforms
|
||||
platforms {
|
||||
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
|
||||
jar.set(tasks.jar.flatMap { it.archiveFile })
|
||||
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
|
||||
platformVersions.set(listOf(
|
||||
"1.13.2",
|
||||
"1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4",
|
||||
|
Loading…
Reference in New Issue
Block a user