Merge pull request #6783 from suztomo/install_bom

Installing BOM before running Java test
pull/6802/head
Rafi Kamal 5 years ago committed by GitHub
commit 3f4f315266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tests.sh

@ -213,6 +213,9 @@ build_java() {
build_java_with_conformance_tests() {
# Java build needs `protoc`.
internal_build_cpp
# This local installation avoids the problem caused by a new version not yet in Maven Central
cd java/bom && $MVN install
cd ../..
cd java && $MVN test && $MVN install
cd util && $MVN package assembly:single
cd ../..

Loading…
Cancel
Save