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