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 8462e7b commit ec5f8d0Copy full SHA for ec5f8d0
ci/scripts/release.sh
@@ -13,8 +13,8 @@ fi
13
echo "--- Install java and maven"
14
yum install -y java-11-openjdk wget python3
15
pip3 install toml-cli
16
-wget https://dlcdn.apache.org/maven/maven-3/3.9.2/binaries/apache-maven-3.9.2-bin.tar.gz && tar -zxvf apache-maven-3.9.2-bin.tar.gz
17
-export PATH="${REPO_ROOT}/apache-maven-3.9.2/bin:$PATH"
+wget https://ci-deps-dist.s3.amazonaws.com/apache-maven-3.9.3-bin.tar.gz && tar -zxvf apache-maven-3.9.3-bin.tar.gz
+export PATH="${REPO_ROOT}/apache-maven-3.9.3/bin:$PATH"
18
mvn -v
19
20
echo "--- Install rust"
0 commit comments