Skip to content

Commit 5c5e205

Browse files
committed
use install_dependencies script
1 parent 856f92c commit 5c5e205

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,7 @@ fi
3636
if [[ -n "${BUILD_SUBDIR}" ]]
3737
then
3838
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}"
39+
install_dependencies "${BUILD_SUBDIR}"
4840
echo "Running in subdir: ${BUILD_SUBDIR}"
4941
pushd "${BUILD_SUBDIR}"
5042
fi

0 commit comments

Comments
 (0)