Merge "setup_gjf.sh: Add support for google-java-format 1.6" into stable-2.14

This commit is contained in:
David Pursehouse
2018-06-02 08:10:00 +00:00
committed by Gerrit Code Review

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