blob: 417943077c633aa7b07c0077821427a51de3292f [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.12.2'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '621012e67c64774d9743d7c7c8b0cae0998fae0d',
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)