Gonzalo Bermúdez created MWRAPPER-150: -----------------------------------------
Summary: Fails to validate checksums on MacOS Sequoia Key: MWRAPPER-150 URL: https://issues.apache.org/jira/browse/MWRAPPER-150 Project: Maven Wrapper Issue Type: Bug Components: Maven Wrapper Scripts Affects Versions: 3.3.2 Environment: MacOS 15.0 Reporter: Gonzalo Bermúdez The command issued to check the sha256sum fails with sha256sum packaged with MacOS Sequoia. This can be ed with an empty project using mvnw, and adding the distribution's shasum on the affected OS. {code:java} $ mkdir test && cd test $ mvn wrapper:wrapper $ echo distributionSha256Sum=83aaf914c785c9faed661f223000a92d1de9553f5c82d3b4362e66d9c031625f >> .mvn/wrapper/maven-wrapper.properties $ ./mvnw compile {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)