1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 20:24:22 +00:00

Update google-java-format (#2570)

Also converted regex strings in the Python script to raw strings as
future Python versions will start to reject them.

See: https://docs.python.org/3/whatsnew/3.12.html#other-language-changes
This commit is contained in:
Lai Jiang
2024-09-26 10:49:38 -04:00
committed by GitHub
parent a22a38527b
commit c0490f7777
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ where:
show show the effect of the formatting as unified diff"
SCRIPT_DIR="$(realpath $(dirname $0))"
JAR_NAME="google-java-format-1.19.2-all-deps.jar"
JAR_NAME="google-java-format-1.23.0-all-deps.jar"
# Make sure we have a valid python interpreter.
if [ -z "$PYTHON" ]; then