blob: 277a452560c86ddcf38101181cf62a6b9fc51a6b [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.12-rc0'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '8fd408e0eedc5e891ac779ab26491fb377800e74',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)