blob: 86cef3d93c87afef42c5846ef1d8447582dd3854 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.12-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',
)