blob: 57db7b46131e62a1565fc05c17a12142639e8a17 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "example-consoleMetricReporter",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: example-consoleMetricReporter",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.examples.consolemetricreporter.Module",
"Implementation-Title: Example consoleMetricReporter",
],
resources = glob(["src/main/resources/**/*"]),
)