Skip to content

Commit bbc9c7a

Browse files
chore: update common templates (#1485)
1 parent 8a59ed0 commit bbc9c7a

File tree

2 files changed

+7
-1045
lines changed

2 files changed

+7
-1045
lines changed

.kokoro/linkage-monitor.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ cd github/google-api-java-client/
2323
java -version
2424
echo ${JOB_TYPE}
2525

26-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
26+
mvn install -B -V \
27+
-DskipTests=true \
28+
-Dclirr.skip=true \
29+
-Denforcer.skip=true \
30+
-Dmaven.javadoc.skip=true \
31+
-Dgcloud.download.skip=true
2732

2833
# Kokoro job cloud-opensource-java/ubuntu/linkage-monitor-gcs creates this JAR
2934
JAR=linkage-monitor-latest-all-deps.jar

0 commit comments

Comments
 (0)