Use bazel to set the correct source dir

Change-Id: Ie0aa065b8531ea257eac3199fce4867494aa6df5
This commit is contained in:
Ole Rehmsen
2019-06-03 17:10:55 +02:00
parent 9abfd848a1
commit 6b932e16b2

View File

@@ -89,7 +89,7 @@ directly from the sources in `polygerrit_ui/app/` instead of from the war:
```sh
$(bazel info output_base)/external/local_jdk/bin/java \
-DsourceRoot=/path/to/my/checkout \
-DsourceRoot=$(bazel info workspace) \
-jar bazel-bin/gerrit.war daemon \
-d $GERRIT_SITE \
--console-log \