setup_gjf.sh: Add support for google-java-format 1.6

Change-Id: I643cd1619c265c02b4a8cb47573c60cc0b211766
This commit is contained in:
David Pursehouse
2018-06-02 05:56:55 +02:00
committed by David Ostrovsky
parent c99a18c65d
commit 6c96567f12

View File

@@ -17,7 +17,7 @@
set -eu
# Keep this version in sync with dev-contributing.txt.
VERSION=${1:-1.5}
VERSION=${1:-1.6}
case "$VERSION" in
1.3)
@@ -26,6 +26,9 @@ case "$VERSION" in
1.5)
SHA1="b1f79e4d39a3c501f07c0ce7e8b03ac6964ed1f1"
;;
1.6)
SHA1="6e9661a8a29ea1cf32edb83f685a73a77a39a58b"
;;
*)
echo "unknown google-java-format version: $VERSION"
exit 1