We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df2ac1 commit bae6c82Copy full SHA for bae6c82
build.gradle.kts
@@ -273,6 +273,8 @@ tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJ
273
relocate("org.bstats", "world.bentobox.bentobox.util.metrics")
274
relocate("io.papermc.lib", "world.bentobox.bentobox.paperlib")
275
relocate("com.github.puregero.multilib", "world.bentobox.bentobox.multilib")
276
+ // Remove the "-all" suffix
277
+ archiveClassifier.set("")
278
}
279
280
// Ensure the shaded jar is the primary artifact when 'build' is run
@@ -373,3 +375,7 @@ publishing {
373
375
374
376
377
378
+
379
+base {
380
+ archivesName.set("BentoBox")
381
+}
0 commit comments