PAR-274
Standardise ChestShop's shaded jar name to chestshop-$version.jar
ChestShop's shadowJar hard-codes archiveBaseName=ChestShop and archiveVersion="", producing ChestShop.jar — out of step with the other plugins (treasury-2.3.0-SNAPSHOT.jar, etc.). The root release task therefore bundles a differently-named artifact.
Fix: drop the archiveBaseName/archiveVersion overrides so the jar defaults to chestshop-<version>.jar, using the pinned monorepo version inherited from the root allprojects block (2.3.0-SNAPSHOT / -Pversion) — matching the other three plugins. Keep archiveClassifier="".
No CI workflow or deploy script references the literal ChestShop.jar filename (Paper resolves the plugin by plugin.yml name, not the jar name). Docs that mention the filename (README, wiki, settings/root-build comments) updated to match.
Resources
- PR#2 Last major release ParadauxIO/hibernia-economy
- commitac0a33d Standardise ChestShop jar name to chestshop-$version.jar (PAR-274)ParadauxIO/hibernia-economy
Comments
No comments yet.
Activity
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a commit — Commit ac0a33d — Standardise ChestShop jar name to chestshop-$version.jar (PAR-274)
- tesks changed status to Status → Pending Release
- tesks created the issue