| Hugo Arès | 8c14d8c | 2015-07-23 15:25:29 -0400 | [diff] [blame] | 1 | include_defs('//bucklets/maven_jar.bucklet') |
| 2 | |||||
| Hugo Arès | 1f43b22 | 2016-09-22 10:27:54 +0200 | [diff] [blame] | 3 | VER = '2.14-SNAPSHOT' |
| 4 | REPO = MAVEN_LOCAL | ||||
| Hugo Arès | 8c14d8c | 2015-07-23 15:25:29 -0400 | [diff] [blame] | 5 | |
| 6 | maven_jar( | ||||
| 7 | name = 'plugin-api', | ||||
| 8 | id = 'com.google.gerrit:gerrit-plugin-api:' + VER, | ||||
| Hugo Arès | 8c14d8c | 2015-07-23 15:25:29 -0400 | [diff] [blame] | 9 | license = 'Apache2.0', |
| 10 | attach_source = False, | ||||
| 11 | repository = REPO, | ||||
| 12 | ) | ||||
| 13 | |||||