mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-12-14 01:02:47 +08:00
Do not use shortened url for sdkman
This commit is contained in:
@@ -82,7 +82,7 @@ node -pe "
|
|||||||
}
|
}
|
||||||
" "${RESPONSE}"
|
" "${RESPONSE}"
|
||||||
|
|
||||||
RELEASE_URL=`curl -s -i https://git.io -F url=https://downloads.apache.org/maven/mvnd/${VERSION} | grep Location | sed -e 's/Location: //g' | tr -d '\n' | tr -d '\r'`
|
RELEASE_URL="https://downloads.apache.org/maven/mvnd/${VERSION}"
|
||||||
echo "RELEASE_URL = $RELEASE_URL"
|
echo "RELEASE_URL = $RELEASE_URL"
|
||||||
|
|
||||||
RESPONSE="$(curl -s -X POST \
|
RESPONSE="$(curl -s -X POST \
|
||||||
|
|||||||
Reference in New Issue
Block a user