Unverified Commit 3f4f3152 authored by Rafi Kamal's avatar Rafi Kamal Committed by GitHub

Merge pull request #6783 from suztomo/install_bom

Installing BOM before running Java test
parents c0acff1c ca25badc
......@@ -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 ../..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment