[ https://issues.apache.org/jira/browse/MWRAPPER-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905931#comment-17905931 ]
ASF GitHub Bot commented on MWRAPPER-150: ----------------------------------------- slachiewicz merged PR #155: URL: https://github.com/apache/maven-wrapper/pull/155 > 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 > Priority: Normal > > 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. > > {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)