blob: 4e3746bbbcc8e560555c0ebc323b08a303c09834 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.13-rc1'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '80d048ce9f99b9beba20a7b2df68a0ae32551278',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)