Use Path.of() instead of Paths.get()

Path.of() makes Paths.get() obsolete in Java 11

Change-Id: Ie3cda479e3af5f1bb7a36a25c5095783ec750ca5
Signed-off-by: Edwin Kempin <ekempin@google.com>
1 file changed
tree: f622ae1742cb53507aa062fd94053140f7907978
  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.