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