We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ec96e commit cd70cbfCopy full SHA for cd70cbf
mvnw
@@ -227,7 +227,7 @@ if [ -n "${distributionSha256Sum-}" ]; then
227
echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
228
exit 1
229
elif command -v sha256sum >/dev/null; then
230
- if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c >/dev/null 2>&1; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c - >/dev/null 2>&1; then
231
distributionSha256Result=true
232
fi
233
elif command -v shasum >/dev/null; then
0 commit comments