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