Skip to content

Commit

Permalink
dependencies no longer checks convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jun 5, 2021
1 parent a71bf2d commit 3da5c42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildscripts/kokoro/unix.sh
Expand Up @@ -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
Expand Down

0 comments on commit 3da5c42

Please sign in to comment.