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