-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: upgrade google-java-format to 1.13.0 #1288
Conversation
Fixes #1287 google-java-format 1.11.0 is the version used by fmt-maven-plugin 2.12 (latest as of November 2021).
627fdba
to
8aab0b8
Compare
https://github.com/google/google-java-format/releases/tag/google-java-format-1.8 |
Why did it fail? |
@chingor13 Would you mind taking over this? I don't have visibility into the failing build log and not familiar with the release process of Owlbot. |
I don't have access to the build log either, but try updating this test data. |
@chanseokoh Great. Now it passed owlbot-java-presubmit check. Thank you. |
All checks have passed. |
This PR is causing owlbot post processor to thrash and fail owlbot check in java client libraries. |
This reverts commit fdf20ea.
Fixes #1287
googleapis/java-shared-config#361 sets the google-java-format version 1.13.0. Timur already committed the Java version upgrade for the linter. 42a3786
As per @chingor13 , the formatter version was previously pinned to the old formatter because of Java 7 support.