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 de553ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .kokoro/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ 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

# this should run maven enforcer
retry_with_backoff 3 10 \
mvn install -B -V \
mvn install -U -B -V \
${INSTALL_OPTS} \
-DskipTests=true \
-Dmaven.javadoc.skip=true \
Expand Down

0 comments on commit de553ab

Please sign in to comment.