Merge branch 'stable-2.14' into stable-2.15
* stable-2.14: Change bazel-genfiles to bazel-bin as per Bazel 0.25 Change-Id: I6b7275e3580c98dbec9fa7a9559bbbdf22ce1661
This commit is contained in:
@@ -75,7 +75,7 @@ The output archive that contains Java binaries, Java sources and
|
||||
Java docs will be placed in:
|
||||
|
||||
----
|
||||
bazel-genfiles/api.zip
|
||||
bazel-bin/api.zip
|
||||
----
|
||||
|
||||
Install {extension,plugin,gwt}-api to the local maven repository:
|
||||
@@ -99,13 +99,13 @@ Install gerrit.war to the local maven repository:
|
||||
The output JAR files for individual plugins will be placed in:
|
||||
|
||||
----
|
||||
bazel-genfiles/plugins/<name>/<name>.jar
|
||||
bazel-bin/plugins/<name>/<name>.jar
|
||||
----
|
||||
|
||||
The JAR files will also be packaged in:
|
||||
|
||||
----
|
||||
bazel-genfiles/plugins/core.zip
|
||||
bazel-bin/plugins/core.zip
|
||||
----
|
||||
|
||||
To build a specific plugin:
|
||||
@@ -117,7 +117,7 @@ To build a specific plugin:
|
||||
The output JAR file will be be placed in:
|
||||
|
||||
----
|
||||
bazel-genfiles/plugins/<name>/<name>.jar
|
||||
bazel-bin/plugins/<name>/<name>.jar
|
||||
----
|
||||
|
||||
Note that when building an individual plugin, the `core.zip` package
|
||||
|
||||
Reference in New Issue
Block a user