blob: 3610bba7b1649fa7140fe4c269b01da6f964b6f1 [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',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)