From 75235c2b64f0d96467bad9a701bfb8950dfb4417 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 26 May 2021 14:22:35 -0700 Subject: [PATCH] chore: dump maven version along with java Source-Author: Igor Bernstein Source-Date: Thu May 20 10:56:02 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 8eae0234a16b26c2ff616d305dbd9786c8b10a47 Source-Link: https://github.com/googleapis/synthtool/commit/8eae0234a16b26c2ff616d305dbd9786c8b10a47 --- .kokoro/build.sh | 4 ++-- synth.metadata | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 238168cf..6d15902d 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -23,8 +23,8 @@ cd ${scriptDir}/.. # include common functions source ${scriptDir}/common.sh -# Print out Java version -java -version +# Print out Maven & Java version +mvn -version echo ${JOB_TYPE} # attempt to install 3 times with exponential backoff (starting with 10 seconds) diff --git a/synth.metadata b/synth.metadata index 9f9eaf27..adb93e57 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-shared-dependencies.git", - "sha": "e8aa86f9c807f907df34ba3b4dbec468ca140094" + "sha": "4b4dc836196e6c4d08725f201aa0f14fe145e3b3" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" + "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47" } } ],