1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Update version of google-java-format (#2766)

This picks up a few changes including aligning the placement of quotes
in text blocks with the Google style guide.
This commit is contained in:
gbrodman
2025-06-06 14:11:54 -04:00
committed by GitHub
parent a7696c3fac
commit 89698c6ed6
2 changed files with 1 additions and 1 deletions

View File

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