Always pass ALLOW_INSECURE to MoreFiles.deleteRecursively

If ALLOW_INSECURE is not set, it fails on OSX with:

  unable to guarantee security of recursive delete

See change Ic0894b88e for previous fix.

Change-Id: I0e323230542174a14c5d2038df838052af6fc5be
2 files changed
tree: 7cb0271f744bae96460cb30ee5908f71fc8fddab
  1. .settings/
  2. src/
  3. tools/
  4. .bazelrc
  5. .gitignore
  6. bazlets.bzl
  7. BUILD
  8. external_plugin_deps.bzl
  9. README.md
  10. 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