Skip to content

Commit

Permalink
Install core rather than util
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLunn committed Oct 11, 2021
1 parent 9650e9f commit 2ccc5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2ccc5df

Please sign in to comment.