Gonzalo Bermúdez opened MWRAPPER-150 and commented
The command issued to check the sha256sum fails with sha256sum packaged with MacOS Sequoia.
This can be reproduced with an empty project using mvnw, and adding the distribution's shasum on the affected OS.
$ mkdir test && cd test
$ mvn wrapper:wrapper
$ echo distributionSha256Sum=83aaf914c785c9faed661f223000a92d1de9553f5c82d3b4362e66d9c031625f >> .mvn/wrapper/maven-wrapper.properties
$ ./mvnw compile
Affects: 3.3.2
Remote Links:
2 votes, 5 watchers