-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add Sha256sum to validate the maven binary used for the building the project #2809
Add Sha256sum to validate the maven binary used for the building the project #2809
Conversation
045437d
to
c6cbcfb
Compare
Cheers. Could you also add the |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2809 +/- ##
=========================================
Coverage 84.99% 84.99%
Complexity 2727 2727
=========================================
Files 331 331
Lines 9542 9542
Branches 915 915
=========================================
Hits 8110 8110
Misses 1108 1108
Partials 324 324 ☔ View full report in Codecov by Sentry. |
@mpkorstanje I'll give it and try and check the ci after that |
@mpkorstanje I think there is an issue with the maven wrapper validation in Maven, better to roll back the last change the time that will be fixed on maven
|
Where did you find the hash for |
Ah. No, nevermind. It is the Windows builds that fail. |
@mpkorstanje it's the failure is related to windows build, it can be an issue of maven on windows or an issue of github actions when it comes to use a windows operating system to build |
Reading these two
It looks like Powershel broke it. |
Good enough for now. Cheers! |
🤔 What's changed?
No breaking changes and brought over this pull request, the only thing is adding an entry on the
maven-wrapper.properties
distributionSha256Sum
⚡️ What's your motivation?
To be able to validate the content of the downloaded binary with a given sha256sum and to be sure that nothing is missing or it or not corrupted
🏷️ What kind of change is this?
It's about adding a new entry for
distributionSha256Sum
onmaven-wrapper.properties
♻️ Anything particular you want feedback on?
📋 Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.