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

Commit e3e09e5

Browse files
chore: dump maven version along with java (#75)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5334a80e-30ee-4283-9963-7b219cad973d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@8eae023
1 parent 9a39607 commit e3e09e5

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-profiler.git",
7-
"sha": "ec1edd9ee7d3f879420f15bf07e5d8fde0b5bdc2"
7+
"sha": "d4018623db2bfa44cab6305e81fd959954380ae0"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6"
22+
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)