You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
)
* 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
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.
The text was updated successfully, but these errors were encountered: