blob: 9e15e4d3da985be9f209d0affda2a6ee484999c0 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.11-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',
)