Align Eclipse compiler settings with core Gerrit's

Having the same compiler settings as core Gerrit means that when
the project is opened in its standalone Eclipse project, the same
warnings appear as when opened within the Gerrit tree (i.e. as a
bundled plugin).

Change-Id: I72ee1b550db591655370952a1465ad1fdf4acb9b
1 file changed
tree: f91b71a46def7b78fee24226f60c1bf49d29c57f
  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