* stable-2.14:
Apply buildifier to .bzl files.
Update Bower to 1.8.2
Bump commons-io version to 2.2
Change-Id: Ic90865db76a0e34f0f8fef33b83ec7b2fd75c875
Buildifier is now also used for formatting .bzl files.
This change was created by running buildifier 0.12 over our source tree.
Change-Id: I9f15112d4fe23e5cec0700cfe47f1ca649f61d2a
The 'touch' command uses the system default timezone if none is
supplied. This makes zip files dependent on the timezone of the
generating machine.
Zip by default stores extended attributes (eg. ctime, atime) on Unix
systems. These can be further sources of non-determinism, so switch it
off with --no-extra
Change-Id: I7e102be7368ef339cbaf47524b90688c32a09238
On MacOS the output directories are persisted, which causes errors
when attempting to create them again on subsequent runs.
Explicitly remove the directories before (re)creating them.
Change-Id: Icccd06ae538f72788196c07006f42c48b9d47174
Add javadoc rules for plugin API:
* gerrit-extension-api
* gerrit-plugin-api
* gerrit-acceptance-framework
Note that GWT UI is not covered by Bazel build yet, so that we cannot
offer gerrit-plugin-gwtui:plugin-gwtui-javadoc rule in this change.
TEST PLAN:
bazel build gerrit-acceptance-framework:acceptance-framework-javadoc
bazel build gerrit-extension-api:extension-api-javadoc
bazel build gerrit-plugin-api:plugin-api-javadoc
Change-Id: I60832752010118e33eb6a06529032d86f169ee44