Install core rather than util

This commit is contained in:
Jason Lunn 2021-10-11 19:10:09 +00:00
parent 9650e9fe8f
commit 2ccc5df358

View File

@ -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() {