blob: 4eb72733dd5cd5789e699d4edc18ffcf191046b4 [file] [log] [blame]
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'
],
deps = [
'//lib/commons:io',
'//lib:gson',
],
)