summaryrefslogtreecommitdiffstats
path: root/BUILD
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-09-23 14:18:51 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2016-09-23 14:20:15 +0200
commitf5fe0f84b6102ad6b11b4b764f4213ed21ca8ff9 (patch)
tree5890a22756b1596cc968bcc49ecf2970b8faf7bb /BUILD
parentb5313f06631c17451c2971c6a77d5625591eca2d (diff)
Bazel: Build release war
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 28dd0f50a0..538b51cce4 100644
--- a/BUILD
+++ b/BUILD
@@ -11,4 +11,4 @@ genrule2(
pkg_war(name = 'gerrit')
pkg_war(name = 'headless', ui = None)
-
+pkg_war(name = 'release', ui = 'ui_optdbg_r', context = ['//plugins:core'])