We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5e205 commit 51690fcCopy full SHA for 51690fc
.kokoro/dependencies.sh
@@ -51,6 +51,8 @@ export MAVEN_OPTS=$(determineMavenOpts)
51
52
if [[ -n "${BUILD_SUBDIR}" ]]
53
then
54
+ echo "Compiling and building all modules for ${BUILD_SUBDIR}"
55
+ install_dependencies "${BUILD_SUBDIR}"
56
echo "Running in subdir: ${BUILD_SUBDIR}"
57
pushd "${BUILD_SUBDIR}"
58
fi
0 commit comments