blob: 75717463c06ab917b69bc062e18b85d97001cea0 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.13-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 = 'gwtui-api',
id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)