We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f30f3e commit 6d17e04Copy full SHA for 6d17e04
1 file changed
.kokoro/build.sh
@@ -35,6 +35,16 @@ fi
35
36
if [[ -n "${BUILD_SUBDIR}" ]]
37
then
38
+ echo "Compiling and building all modules for ${BUILD_SUBDIR}"
39
+ mvn clean install \
40
+ -DskipTests \
41
+ -Dclirr.skip \
42
+ -Dflatten.skip \
43
+ -Dcheckstyle.skip \
44
+ -Djacoco.skip \
45
+ -Denforcer.skip \
46
+ --also-make \
47
+ --projects "${BUILD_SUBDIR}"
48
echo "Running in subdir: ${BUILD_SUBDIR}"
49
pushd "${BUILD_SUBDIR}"
50
fi
0 commit comments