Skip to content

Commit 0eb80a9

Browse files
committed
Update mvnw to 3.9.11
1 parent a11a9d8 commit 0eb80a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
20-
distributionSha256Sum=4ec3f26fb1a692473aea0235c300bd20f0f9fe741947c82c1234cefd76ac3a3c
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ if [ -n "${distributionSha256Sum-}" ]; then
227227
echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
228228
exit 1
229229
elif command -v sha256sum >/dev/null; then
230-
if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c - >/dev/null 2>&1; then
230+
if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c >/dev/null 2>&1; then
231231
distributionSha256Result=true
232232
fi
233233
elif command -v shasum >/dev/null; then

0 commit comments

Comments
 (0)