blob: 7650a0377131474d3c572033ec1541873a6e9881 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
# TODO(davido): For now the pending changes in gerrit must be
# pulled and plugin API must be deployed in local maven repository:
# buck build api_install
VER = '2.10-SNAPSHOT'
REPO = MAVEN_LOCAL
# TODO(davido): Uncomment, when pending changes are merged upstream
#VER = '2.10.2'
#REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '686c942bc41cd8f1c9adcdc54a94bcf3e862f4af',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)