We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6adc4 commit 8eae023Copy full SHA for 8eae023
synthtool/gcp/templates/java_library/.kokoro/build.sh
@@ -23,8 +23,8 @@ cd ${scriptDir}/..
23
# include common functions
24
source ${scriptDir}/common.sh
25
26
-# Print out Java version
27
-java -version
+# Print out Maven & Java version
+mvn -version
28
echo ${JOB_TYPE}
29
30
# attempt to install 3 times with exponential backoff (starting with 10 seconds)
0 commit comments