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