blob: 01dd26ab7b7c1ab8489f737f2782b0773834349b [file] [log] [blame] [view]
# Build
This plugin can be built with Bazel in the Gerrit tree.
Clone or link this plugin to the plugins directory of Gerrit's
source tree.
From the Gerrit source tree issue the command:
```
bazel build plugins/@PLUGIN@
```
The output is created in
```
bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
```
To execute the tests run:
```
bazel test --test_tag_filters=@PLUGIN@
```
[Back to @PLUGIN@ documentation index][index]
[index]: index.html