hooks_tests: Move plugin dependency from deps to runtime_deps

The hooks__plugin dependency is incorrectly declared as compiled
dependency, even though it is only runtime dependency. This was flagged
by unused_deps utility.

Change-Id: Icb8fd3d5e2397c58cc696ba453a3b72c80cb3b79
1 file changed
tree: b1802cd901e4169030668871b6f42514837a0893
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Hooks plugin

Gerrit does not support the standard server-side git hooks in the repositories it manages.

This plugin adds support for custom hooks that can be run instead. Refer to the configuration documentation and list of supported hooks for details.