blob: 5530be22efbfde311e4c4758d452d93e95c2f8ab [file] [log] [blame]
load("//tools/bzl:plugin.bzl" "gerrit_plugin")
gerrit_plugin(
name = "zuul",
srcs = glob(["src/main/java/**/*.java"]),
resources = glob(["src/main/**/*"]),
gwt_module = 'com.googlesource.gerrit.plugins.zuul.Zuul',
manifest_entries = [
"Gerrit-PluginName: zuul",
"Gerrit-Module: com.googlesource.gerrit.plugins.zuul.Module",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.zuul.HttpModule",
],
)