mirror of https://github.com/grpc/grpc-java.git
buildscript: ensure dependency convergence (#7745)
Run grpc-all:dependency task in Kokoro. For some unknown reason, building grpc-all doesn't reliably catch dependency conflicts.
This commit is contained in:
parent
a67d816f4b
commit
1e49ac665a
|
|
@ -46,6 +46,8 @@ export LDFLAGS=-L/tmp/protobuf/lib
|
|||
export CXXFLAGS="-I/tmp/protobuf/include"
|
||||
|
||||
./gradlew clean $GRADLE_FLAGS
|
||||
# Ensure dependency convergence
|
||||
./gradlew :grpc-all:dependencies $GRADLE_FLAGS
|
||||
|
||||
if [[ -z "${SKIP_TESTS:-}" ]]; then
|
||||
# Ensure all *.proto changes include *.java generated code
|
||||
|
|
|
|||
Loading…
Reference in New Issue