blob: f1b033a3624e39b027f2bb5d7be1fec4c73d34be [file] [log] [blame]
include_defs('//plugins/owners/common.defs')
include_defs('//lib/maven.defs')
include_defs('//lib/prolog/prolog.defs')
gerrit_plugin(
name = 'owners-autoassign',
srcs = glob([
'src/main/java/**/*.java',
]),
manifest_entries = [
'Implementation-Title: Gerrit OWNERS autoassign plugin',
'Implementation-URL: https://github.com/vadims/gerrit-owners',
'Gerrit-PluginName: owners-autoassign',
'Gerrit-Module: com.vmware.gerrit.owners.common.AutoassignModule',
],
deps = [
'//plugins/owners/gerrit-owners-common:common',
] + EXTERNAL_DEPS,
)