Skip to content

Commit

Permalink
Merge pull request #9087 from JasonLunn/jruby_kokoro_test_fix
Browse files Browse the repository at this point in the history
Install core rather than util
  • Loading branch information
JasonLunn committed Oct 12, 2021
2 parents 3bdcc12 + 2ccc5df commit cbe2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.sh
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 cbe2ead

Please sign in to comment.