Fix publishing task upload file

This commit is contained in:
Lukas Rieger (Blue) 2023-04-05 00:20:58 +02:00
parent b6fe5cf692
commit 8a85deb630
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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",