blob: 2678ed95dd53aadb80628e55b7e80f75f680cc79 [file] [log] [blame]
include_defs('//plugins/gerrit-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',
],
deps = [
'//plugins/gerrit-owners/gerrit-owners-common:common',
] + EXTERNAL_DEPS,
)