Installing BOM before running Java test

pull/6783/head
Tomo Suzuki 5 years ago
parent c08b7512cf
commit ca25badcbe
  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