Merge branch 'stable-2.16'

* stable-2.16:
  dev-contributing.txt: Update buildifier version to 0.20.0
  Fix error in plugin loading
  Add "resemblejs" dependency

Change-Id: I70327d48f8456dcf3eec1923af893f630aa6ef4b
This commit is contained in:
David Pursehouse
2019-02-12 15:20:38 +09:00

View File

@@ -166,7 +166,7 @@ To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
tool (version 1.6), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
tool (version 0.17.2).
tool (version 0.20.0).
These tools automatically apply format according to the style guides; this
streamlines code review by reducing the need for time-consuming, tedious,
and contentious discussions about trivial issues like whitespace.