Skip to content

Commit

Permalink
chore: dump maven version along with java (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 authored May 20, 2021
1 parent 7c6adc4 commit 8eae023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synthtool/gcp/templates/java_library/.kokoro/build.sh
Original file line number Diff line number Diff line change
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

0 comments on commit 8eae023

Please sign in to comment.