From 2ccc5df358fdefd026c5a7d92f99ef8cd4e9ed2d Mon Sep 17 00:00:00 2001 From: Jason Lunn Date: Mon, 11 Oct 2021 19:10:09 +0000 Subject: [PATCH] Install core rather than util --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 06cbc6ce6d2b..fcfb75f865eb 100755 --- a/tests.sh +++ b/tests.sh @@ -222,7 +222,7 @@ internal_build_java() { cp -r java $dir cd $dir && $MVN clean # Skip tests here - callers will decide what tests they want to run - $MVN install -pl util -Dmaven.test.skip=true + $MVN install -pl core -Dmaven.test.skip=true } build_java() {