Skip to content

Commit 8eae023

Browse files
chore: dump maven version along with java (#1092)
1 parent 7c6adc4 commit 8eae023

File tree

1 file changed

+2
-2
lines changed
  • synthtool/gcp/templates/java_library/.kokoro

1 file changed

+2
-2
lines changed

synthtool/gcp/templates/java_library/.kokoro/build.sh

+2-2
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)

0 commit comments

Comments
 (0)