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