Skip to content

Commit bae6c82

Browse files
committed
Match name of file
1 parent 1df2ac1 commit bae6c82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJ
273273
relocate("org.bstats", "world.bentobox.bentobox.util.metrics")
274274
relocate("io.papermc.lib", "world.bentobox.bentobox.paperlib")
275275
relocate("com.github.puregero.multilib", "world.bentobox.bentobox.multilib")
276+
// Remove the "-all" suffix
277+
archiveClassifier.set("")
276278
}
277279

278280
// Ensure the shaded jar is the primary artifact when 'build' is run
@@ -373,3 +375,7 @@ publishing {
373375
}
374376
}
375377
}
378+
379+
base {
380+
archivesName.set("BentoBox")
381+
}

0 commit comments

Comments
 (0)