Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore: dump maven version along with java (#498)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/881ecac4-3b82-4b15-b1f8-7568ba02110e/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

Source-Link: googleapis/synthtool@8eae023
  • Loading branch information
yoshi-automation committed May 20, 2021
1 parent b2295fd commit 93cfd17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-kms.git",
"sha": "ba67af6ac71f23afc7b30df9f74451fa81c6fc7d"
"sha": "b2295fd70411006c5eeb5b89206ef11b2a4ec083"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6"
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
}
}
],
Expand Down

0 comments on commit 93cfd17

Please sign in to comment.