Include gerrit.war in api_{install,deploy}
This patch adds gerrit.war into api_{install,deploy} buck build step.
This allows third party maven based builds depend on gerrit.war
artifact.
Change-Id: I22c8d3339a1647913967e423e45462c2c5c255de
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
This commit is contained in:
2
BUCK
2
BUCK
@@ -4,7 +4,7 @@ gerrit_war(name = 'gerrit')
|
||||
gerrit_war(name = 'chrome', ui = 'ui_chrome')
|
||||
gerrit_war(name = 'firefox', ui = 'ui_firefox')
|
||||
gerrit_war(name = 'withdocs', context = DOCS)
|
||||
gerrit_war(name = 'release', context = DOCS + ['//plugins:core.zip'])
|
||||
gerrit_war(name = 'release', context = DOCS + ['//plugins:core.zip'], visibility = ['//tools/maven:'])
|
||||
|
||||
API_DEPS = [
|
||||
':extension-api',
|
||||
|
||||
Reference in New Issue
Block a user