Skip to content

Commit 3e3f911

Browse files
Fix authentication issue
1 parent 7625e39 commit 3e3f911

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo ${JOB_TYPE}
3737

3838
# attempt to install 3 times with exponential backoff (starting with 10 seconds)
3939
retry_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 \

.mvn/extensions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

0 commit comments

Comments
 (0)