Commit ca25badc authored by Tomo Suzuki's avatar Tomo Suzuki

Installing BOM before running Java test

parent c08b7512
......@@ -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