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 b28c021 commit dcc8782Copy full SHA for dcc8782
.circleci/config.yml
@@ -131,7 +131,7 @@ commands:
131
if [ -z "$MAVEN_SYMLINK_TARGET" ]; then
132
MAVEN_SYMLINK_TARGET=$HOME/maven
133
fi
134
- curl --fail --output $TMP_DOWNLOAD --location https://dlcdn.apache.org/maven/maven-3/$MAVEN_VERSION/binaries/$MAVEN_ARCHIVE
+ curl --fail --output $TMP_DOWNLOAD --location https://archive.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/$MAVEN_ARCHIVE
135
tar zxvf $TMP_DOWNLOAD -C $MAVEN_TARGET_DIR
136
ln -s $MAVEN_TARGET_DIR/$MAVEN_ARTIFACT $MAVEN_SYMLINK_TARGET
137
rm $TMP_DOWNLOAD
0 commit comments