Remove BUCK build

Change-Id: I23e08e237431ba6fac939e0fa79a8bd2407b91aa
diff --git a/BUCK b/BUCK
deleted file mode 100644
index cb7c8ca..0000000
--- a/BUCK
+++ /dev/null
@@ -1,21 +0,0 @@
-include_defs('//bucklets/gerrit_plugin.bucklet')
-
-gerrit_plugin(
-  name = 'plugin-manager',
-  srcs = glob(['src/main/java/**/*.java']),
-  resources = glob(['src/main/**/*']),
-  manifest_entries = [
-    'Gerrit-PluginName: plugin-manager',
-    'Gerrit-ApiType: plugin',
-    'Gerrit-HttpModule: com.googlesource.gerrit.plugins.manager.WebModule',
-    'Gerrit-Module: com.googlesource.gerrit.plugins.manager.Module',
-    'Gerrit-ReloadMode: restart',
-    'Implementation-Title: Plugin manager',
-    'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/plugin-manager',
-  ],
-  provided_deps = [
-    '//lib:gson',
-    '//lib/log:log4j'
-  ],
-)
-