Install core rather than util

pull/9087/head
Jason Lunn 3 years ago
parent 9650e9fe8f
commit 2ccc5df358
  1. 2
      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() {

Loading…
Cancel
Save