Skip to content

Jitpack build fix -> Maven Wrapper#10

Merged
ez-plugins merged 3 commits into
dev/2.0.2from
fix/code-style-cleanup
Apr 19, 2026
Merged

Jitpack build fix -> Maven Wrapper#10
ez-plugins merged 3 commits into
dev/2.0.2from
fix/code-style-cleanup

Conversation

@ez-plugins
Copy link
Copy Markdown
Owner

@ez-plugins ez-plugins commented Apr 19, 2026

  • Fixed Jitpack build issue
    • Added Maven Wrapper to have a fixed Maven version on Jitpack
  • Restored Github Packages publish CI

…t; bump to 2.0.2

JitPack runs Maven 3.6.1. Both 3.5.2 and 3.3.1 require Maven >= 3.6.3 and
fail at plugin resolution even with -DskipTests. Version 3.2.5 only requires
Maven 3.2.5 and is fully compatible. Also fixes publish-packages.yml: use
Java 25, actions/checkout@v5, actions/setup-java@v5, and install MockBukkit.
….2; bump to 2.0.3

JitPack runs Maven 3.6.1 which cannot load surefire >= 3.3.1. Per JitPack docs,
adding a Maven Wrapper causes JitPack to run './mvnw install -DskipTests' using
the wrapper's declared Maven version (3.9.9) instead of the system Maven.
This allows restoring maven-surefire-plugin to 3.5.2.
@ez-plugins ez-plugins changed the title Fix/code style cleanup Jitpack build fix -> Maven Wrapper Apr 19, 2026
@ez-plugins ez-plugins merged commit ca66573 into dev/2.0.2 Apr 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant