Skip to content

Commit 1ec310a

Browse files
upgrade maven version
1 parent 64da999 commit 1ec310a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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-
mv /tmp/maven/apache-maven-3.9.9/* /usr/local/lib/maven && \
63+
cp -r /tmp/maven/apache-maven-3.9.9/* /usr/local/lib/maven && \
6464
rm /tmp/maven.zip && \
6565
ln -s $JAVA_HOME/lib $JAVA_HOME/conf
6666
ls -la /usr/local/lib/maven

0 commit comments

Comments
 (0)