summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDave Borowitz <dborowitz@google.com>2019-01-28 07:21:29 -0800
committerDavid Pursehouse <dpursehouse@collab.net>2019-03-13 16:12:42 +0900
commit3efa1058b214469c3c612cd38909d453aa7e8af9 (patch)
tree5541ef5a752be88c77e8dd9137750d7a99dd9a53 /tools
parent83fab68dc50350e17f2370bfaf792579b4ad7d9d (diff)
Upgrade google-java-format to 1.7
This new version has the nice feature of putting multiple chained method calls before a .stream() on a single line. The diff is a bit large but it's removing a lot of newlines which is nice. Change-Id: I260b620aa6a1bc77b06be9672a1f281ab0d0d0f8
Diffstat (limited to 'tools')
-rwxr-xr-xtools/setup_gjf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup_gjf.sh b/tools/setup_gjf.sh
index c450811f62..119f9af3d7 100755
--- a/tools/setup_gjf.sh
+++ b/tools/setup_gjf.sh
@@ -17,7 +17,7 @@
set -eu
# Keep this version in sync with dev-contributing.txt.
-VERSION=${1:-1.6}
+VERSION=${1:-1.7}
case "$VERSION" in
1.3)