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