From 3da5c42fec664de6e5972f2ae7910219297e5879 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 4 Jun 2021 21:20:01 -0700 Subject: [PATCH] dependencies no longer checks convergence --- buildscripts/kokoro/unix.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildscripts/kokoro/unix.sh b/buildscripts/kokoro/unix.sh index 5a720295c64a..faa9a6afe1d8 100755 --- a/buildscripts/kokoro/unix.sh +++ b/buildscripts/kokoro/unix.sh @@ -46,8 +46,6 @@ 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