commit | f4f24b19cddc896691abc2b7a9e205006b494680 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Sep 07 20:10:36 2017 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Sep 07 20:10:36 2017 +0900 |
tree | 16bac08066ec1bd606968dc11269901a5f721482 | |
parent | 41f24cd85aa03b76ba32afee33aaf1d260b2dddd [diff] |
Remove BUCK file and update build documentation The plugin is now built with Bazel. Remove the BUCK file and update the documentation to describe how to build with Bazel. Change-Id: I40a7b77b58ffdc20fec86e42eecafbbe3470cd9e
This plugin provides Groovy runtime environment for Gerrit plugins in Groovy.
To build, link this directory under Gerrit's tree plugins directory, merge the dependencies from external_plugin_deps.bzl into the file of the same name in the plugins directory, and from the root of the gerrit tree run:
bazel build plugins/groovy-provider
The resulting artifact can be found under:
bazel-genfiles/plugins/groovy-provider/groovy-provider.jar
To test deploy the review plugin [1] and copy this Groovy Provider plugin under $gerrit_site/plugins
directory.
Review plugin in Groovy can be used:
ssh gerrit review approve I59302cbb Approve change: I59302cbb