We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a59ed0 commit bbc9c7aCopy full SHA for bbc9c7a
.kokoro/linkage-monitor.sh
@@ -23,7 +23,12 @@ cd github/google-api-java-client/
23
java -version
24
echo ${JOB_TYPE}
25
26
-mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
+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
32
33
# Kokoro job cloud-opensource-java/ubuntu/linkage-monitor-gcs creates this JAR
34
JAR=linkage-monitor-latest-all-deps.jar
0 commit comments