blob: 4b5f12951d16e95a90383ad0a688f00082e83688 [file] [log] [blame]
include_defs('//plugins/owners-common/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://gerrit.googlesource.com/plugins/owners',
'Gerrit-PluginName: owners-autoassign',
'Gerrit-Module: com.vmware.gerrit.owners.common.AutoassignModule',
],
deps = [
'//plugins/owners-common:common',
] + EXTERNAL_DEPS,
)