blob: 7dc8ff53e2130f7f0d903dc1d91a247ffca03957 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "avatars-external",
srcs = glob(["src/main/java/**/*.java"]),
resources = glob(["src/main/resources/**/*"]),
manifest_entries = [
"Gerrit-PluginName: avatars-external",
"Implementation-Title: External Avatar plugin",
"Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/avatars-external",
"Gerrit-AvatarProvider: com.googlesource.gerrit.plugins.avatars.external.ExternalUrlAvatarProvider",
],
)