Paradaux

PAR-274

0

Standardise ChestShop's shaded jar name to chestshop-$version.jar

Pending ReleaseUnassignedChestShop

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

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