Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 253b3e9

Browse files
chore: dump maven version along with java (#533)
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
1 parent c5acf57 commit 253b3e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ cd ${scriptDir}/..
2323
# include common functions
2424
source ${scriptDir}/common.sh
2525

26-
# Print out Java version
27-
java -version
26+
# Print out Maven & Java version
27+
mvn -version
2828
echo ${JOB_TYPE}
2929

3030
# attempt to install 3 times with exponential backoff (starting with 10 seconds)

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "40e3fdd38b9a2adab213dd093e7533ed58c5b844"
7+
"sha": "c5acf57bf0b3fc1f4c60277ae3c93e2e8e714344"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6"
30+
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)