blob: e92eeb8b5805e3a8702836cefb9c588080b5c926 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.10-SNAPSHOT'
REPO = MAVEN_LOCAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '686c942bc41cd8f1c9adcdc54a94bcf3e862f4af',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)