Skip to content

Commit 8a85deb

Browse files
committed
Fix publishing task upload file
1 parent b6fe5cf commit 8a85deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/spigot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ hangarPublish {
147147
// register platforms
148148
platforms {
149149
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
150-
jar.set(tasks.jar.flatMap { it.archiveFile })
150+
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
151151
platformVersions.set(listOf(
152152
"1.13.2",
153153
"1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4",

0 commit comments

Comments
 (0)