blob: 10cc093ea2932598078d3017e517cac43ef6d1dd [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "example-sshCommandOption",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: example-sshCommandOption",
"Gerrit-SshModule: com.googlesource.gerrit.plugins.examples.sshcommandoption.SshModule",
"Implementation-Title: Example Simple SSH Command Option",
],
resources = glob(["src/main/resources/**/*"]),
)