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 8, 2025
1 parent 371843f commit 64da999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ 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 && \
mv /tmp/maven/apache-maven-3.9.9 /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
Expand Down

0 comments on commit 64da999

Please sign in to comment.