blob: 47e5330b226f6128a759132b03d814144ffc9ca4 [file] [log] [blame]
Hugo Arès8c14d8c2015-07-23 15:25:29 -04001include_defs('//bucklets/maven_jar.bucklet')
2
Hugo Arès1f43b222016-09-22 10:27:54 +02003VER = '2.14-SNAPSHOT'
4REPO = MAVEN_LOCAL
Hugo Arès8c14d8c2015-07-23 15:25:29 -04005
6maven_jar(
7 name = 'plugin-api',
8 id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
Hugo Arès8c14d8c2015-07-23 15:25:29 -04009 license = 'Apache2.0',
10 attach_source = False,
11 repository = REPO,
12)
13