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 17cd4f0 commit 9118e60Copy full SHA for 9118e60
.circleci/config.yml
@@ -134,7 +134,7 @@ commands:
134
if [ -z "$MAVEN_SYMLINK_TARGET" ]; then
135
MAVEN_SYMLINK_TARGET=$HOME/maven
136
fi
137
- 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
138
tar zxvf $TMP_DOWNLOAD -C $MAVEN_TARGET_DIR
139
ln -s $MAVEN_TARGET_DIR/$MAVEN_ARTIFACT $MAVEN_SYMLINK_TARGET
140
rm $TMP_DOWNLOAD
0 commit comments