Skip to content

Use latest Maven Wrapper for build and release processes #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mikemybytes opened this issue Feb 24, 2024 · 1 comment
Closed

Use latest Maven Wrapper for build and release processes #65

mikemybytes opened this issue Feb 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mikemybytes
Copy link
Owner

There is no good reason to still bundle Maven Wrapper 3.8 with this project. Since the wrapper does not depend on the Maven version installed locally, an upgrade to 3.9 should not break the compatibility.

Existing build (GHA) & release-related scripts still using the local Maven binary should be updated to use the bundled Wrapper instead. As a result, we should expect more reproducible builds across environments.

@mikemybytes mikemybytes added the enhancement New feature or request label Feb 24, 2024
mikemybytes added a commit that referenced this issue Feb 24, 2024
)

* build: #65 Use Maven Wrapper for the release process

* build: #65 Update Maven Wrapper to 3.9.6

* build: #65 Use Maven Wrapper for the build process

* build: #65 Allow using all the 3.9.x Maven versions
@mikemybytes
Copy link
Owner Author

Released in 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant