Skip to content

Commit d1957f3

Browse files
upgrade maven version
1 parent 1ec310a commit d1957f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ if [[ $ENABLE_AIRLOCK = 'true' ]]; then
6060
INSTALL_OPTS="-Pairlock-trusted"
6161
wget -q https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -O /tmp/maven.zip && \
6262
unzip /tmp/maven.zip -d /tmp/maven && \
63-
cp -r /tmp/maven/apache-maven-3.9.9/* /usr/local/lib/maven && \
63+
rm -r /usr/local/lib/maven && \
64+
mv /tmp/maven/apache-maven-3.9.9 /usr/local/lib/maven && \
6465
rm /tmp/maven.zip && \
65-
ln -s $JAVA_HOME/lib $JAVA_HOME/conf
6666
ls -la /usr/local/lib/maven
6767
fi
6868

0 commit comments

Comments
 (0)