blob: bc4703da5eff1d971f08575ae334d1b0f0fad13c [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
gerrit_plugin(
name = 'example-consoleMetricReporter',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/**/*']),
manifest_entries = [
'Gerrit-PluginName: example-consoleMetricReporter',
'Gerrit-Module: com.googlesource.gerrit.plugins.examples.consolemetricreporter.Module',
'Implementation-Title: Example consoleMetricReporter',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples',
],
)
java_library(
name = 'classpath',
deps = [':example-consoleMetricReporter__plugin'],
)