Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Use the environment variables provided by the GerritCodeReview-plugin
  DeleteZombieCommentsRefsTest: Open RevWalk in try-with-resource
  Documentation: Mention unused_deps with buildifier
  Bazel: Remove bazel version check
  Documentation: Recommend Bazelisk to launch bazel
  Add a pgm to delete dead draft comments refs

Change-Id: I7ce0b91695a99cbfc630ba5fd69ba1cf20e84f7a
This commit is contained in:
David Pursehouse
2020-01-29 08:19:16 +09:00
9 changed files with 479 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
= Gerrit Code Review: Developer Setup
To build a developer instance, you'll need link:https://bazel.build/[Bazel] to
compile the code.
compile the code, preferably launched with link:https://github.com/bazelbuild/bazelisk[Bazelisk].
== Getting the Source