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