commit | ca25badcbec5ef2d3bae5308012f915c04889fc2 | [log] [tgz] |
---|---|---|
author | Tomo Suzuki <suztomo@google.com> | Tue Oct 22 13:42:35 2019 -0400 |
committer | Tomo Suzuki <suztomo@google.com> | Tue Oct 22 13:42:35 2019 -0400 |
tree | 4f56ac841941a855e9e3de7ce75fbb17454806e2 | |
parent | c08b7512cf9d65899e8e84edd02d4335a64b11b0 [diff] |
Installing BOM before running Java test
diff --git a/tests.sh b/tests.sh index a5919c1..7715759 100755 --- a/tests.sh +++ b/tests.sh
@@ -213,6 +213,9 @@ 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 ../..