Skip to content

Commit

Permalink
upgrade maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Jan 22, 2025
1 parent ab8d332 commit fbbe71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ if [[ $ENABLE_AIRLOCK = 'true' ]]; then
INSTALL_OPTS="-Pairlock-trusted"
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 && \
unzip /tmp/maven.zip -d /tmp/maven && \
cp -r /tmp/maven/apache-maven-3.9.9/* /usr/local/lib/maven && \
rm -r /usr/local/lib/maven && \
mv /tmp/maven/apache-maven-3.9.9 /usr/local/lib/maven && \
rm /tmp/maven.zip && \
ln -s $JAVA_HOME/lib $JAVA_HOME/conf
ls -la /usr/local/lib/maven
fi

Expand Down

0 comments on commit fbbe71c

Please sign in to comment.