Merge pull request #9087 from JasonLunn/jruby_kokoro_test_fix

Install core rather than util
pull/8068/head
Jason Lunn 3 years ago committed by GitHub
commit cbe2eadd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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