Skip to content

Commit 5da5195

Browse files
authored
Update google-java-format (#309)
The previous version (1.6) does not recent Java features.
1 parent 5ebf9e7 commit 5da5195

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

3.44 MB
Binary file not shown.
-5.46 MB
Binary file not shown.

git_hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else
3535
stored_staged_changes=false
3636
fi
3737

38-
formatter_jar="${root_dir}/${jar_base_dir}/google-java-format-1.6-SNAPSHOT-all-deps.jar"
38+
formatter_jar="${root_dir}/${jar_base_dir}/google-java-format-1.25.2-all-deps.jar"
3939
formatter_cmd="java -jar ${formatter_jar}"
4040
# Format file in-place and use 4-space style (AOSP).
4141
formatter_args="--replace --aosp"

0 commit comments

Comments
 (0)