blob: 8d5f0e99f2a936c7442657985e1a6f73b2323a82 [file] [log] [blame]
Martin Ficka4ffb952016-11-14 16:04:42 -07001include_defs('//bucklets/maven_jar.bucklet')
2
3VER = '2.14-SNAPSHOT'
4REPO = MAVEN_LOCAL
5
6maven_jar(
7 name = 'acceptance-framework',
8 id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
9 license = 'Apache2.0',
10 attach_source = False,
11 repository = REPO,
12)
13
14maven_jar(
15 name = 'plugin-api',
16 id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
17 license = 'Apache2.0',
18 attach_source = False,
19 repository = REPO,
20)