blob: 72f79b90e0a48bbefabd945a47596c20fc05167c [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "example-adminSshCommand",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: example-adminSshCommand",
"Gerrit-SshModule: com.googlesource.gerrit.plugins.examples.adminsshcommand.SshModule",
"Implementation-Title: Example Admin SSH Command",
],
resources = glob(["src/main/resources/**/*"]),
)