Upgrade bazlets to latest revision on stable-2.16

Includes the following changes to fix the build with Bazel 0.25:

- Make transitive starlark loads explicit
- Update rules_closure to latest version
- polygerrit_plugin: Demote compilation level to whitespace only

Also update local build files to make transitive starlark loads
explicit.

Bug: Issue 10694
Bug: Issue 10855
Change-Id: I480b5a929a48ce327daf95d7f74e167e50aeed6d
7 files changed
tree: 22da2c6f270a89050c5389406d575ab3435bb3c9
  1. .settings/
  2. gr-delete-repo/
  3. src/
  4. tools/
  5. .bazelignore
  6. .bazelrc
  7. .gitignore
  8. bazlets.bzl
  9. BUILD
  10. external_plugin_deps.bzl
  11. LICENSE
  12. plugin.html
  13. README.md
  14. WORKSPACE
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status