Skip to content

Commit

Permalink
chore: update common templates (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 18, 2020
1 parent 851af81 commit 96928fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 733 deletions.
7 changes: 6 additions & 1 deletion .kokoro/linkage-monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ cd github/google-oauth-java-client/
java -version
echo ${JOB_TYPE}

mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
mvn install -B -V \
-DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true

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

0 comments on commit 96928fd

Please sign in to comment.