Skip to content

Commit

Permalink
chore: dump maven version along with java (#477)
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/9ea9dfcf-fef7-472c-9ebc-755e62e086c4/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 b7218e5 commit 8314fdb
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,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
"sha": "8a6a8529e0f832b21c07ec40adb448bd77c5b02c"
"sha": "b7218e5b4408685b3d291c0010a24d7a048b3b0e"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6"
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
}
}
],
Expand Down

0 comments on commit 8314fdb

Please sign in to comment.