File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ echo ${JOB_TYPE}
3737
3838# attempt to install 3 times with exponential backoff (starting with 10 seconds)
3939retry_with_backoff 3 10 \
40- mvn install -B -V -ntp \
40+ mvn install -B -V -U - ntp \
4141 -Pairlock-trusted \
4242 -DskipTests=true \
4343 -Dclirr.skip=true \
Original file line number Diff line number Diff line change 1+ <extensions xmlns =" http://maven.apache.org/EXTENSIONS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd" >
3+ <extension >
4+ <groupId >com.google.cloud.artifactregistry</groupId >
5+ <artifactId >artifactregistry-maven-wagon</artifactId >
6+ <version >2.2.3</version >
7+ </extension >
8+ </extensions >
You can’t perform that action at this time.
0 commit comments