blob: 95eda1720d0c4ff3671eedad3d528687e10f802b [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "download-commands",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: download-commands",
"Gerrit-Module: com.googlesource.gerrit.plugins.download.PluginModule",
],
resources = glob(["src/main/resources/**/*"]),
)