Use restart ReloadMode to support metrics reload

Without the explicit ReloadMode in the plugin manifest, Gerrit assumes
'reload' and does not correctly manage the metrics registration.

For this plugin the restart mode is good enough: no need to risk
the reload mode and incur into the metrics problem.

Change-Id: I38ac8864be96bbfcb9f8f052f398cae570e86c06
diff --git a/BUCK b/BUCK
index 51378d9..cb7c8ca 100644
--- a/BUCK
+++ b/BUCK
@@ -9,6 +9,7 @@
     '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',
   ],