blob: 9763959760f3da0072f17ea10c2530e617e8c977 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "example-validationListenerCommit",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: example-validationListenerCommit",
"Gerrit-Module: com.googlesource.gerrit.plugins.examples.validationlistenercommit.Module",
"Implementation-Title: Example Validation Listener Commit",
],
resources = glob(["src/main/resources/**/*"]),
)