blob: b94daf105f86aad25248d4529e32bc583b32b3d2 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "branch-network",
srcs = glob(["src/main/java/**/*.java"]),
resources = glob(["src/main/resources/**/*"]),
manifest_entries = [
"Gerrit-PluginName: branch-network",
"Gerrit-Module: com.googlesource.gerrit.plugins.branchnetwork.GitCommitCacheModule",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.branchnetwork.NetworkGraphModule",
],
)