Skip to content

Commit 9118e60

Browse files
committed
[ci] Fix Maven download link
1 parent 17cd4f0 commit 9118e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ commands:
134134
if [ -z "$MAVEN_SYMLINK_TARGET" ]; then
135135
MAVEN_SYMLINK_TARGET=$HOME/maven
136136
fi
137-
curl --fail --output $TMP_DOWNLOAD --location https://dlcdn.apache.org/maven/maven-3/$MAVEN_VERSION/binaries/$MAVEN_ARCHIVE
137+
curl --fail --output $TMP_DOWNLOAD --location https://archive.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/$MAVEN_ARCHIVE
138138
tar zxvf $TMP_DOWNLOAD -C $MAVEN_TARGET_DIR
139139
ln -s $MAVEN_TARGET_DIR/$MAVEN_ARTIFACT $MAVEN_SYMLINK_TARGET
140140
rm $TMP_DOWNLOAD

0 commit comments

Comments
 (0)