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