blob: 9e3e4f3b8080caf6e917d5137c9fb7bc3c6a0e71 [file] [view]
Build
=====
This plugin is built with Buck.
Clone or link this plugin to the plugins directory of the Gerrit tree
and issue the command:
```
buck build plugins/javamelody:javamelody
```
The output is created in
```
buck-out/gen/plugins/javamelody/javamelody.jar
```
This project can be imported into the Eclipse IDE:
```
./tools/eclipse/project.py
```
More information about Buck can be found in the [Gerrit
documentation](../../../Documentation/dev-buck.html).