blob: cf90561b64072b7e50fe5f49310ec37793e179fc [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.Module",
],
resources = glob(["src/main/resources/**/*"]),
)