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