blob: ae4d89f0de8537790612b8ecb344b9902f375b7f [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.12-SNAPSHOT'
REPO = MAVEN_LOCAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)
maven_jar(
name = 'acceptance-framework',
id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)