-
Notifications
You must be signed in to change notification settings - Fork 58
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
When specifying the version 1.10.0 in the hook args, pretty-format-java hook is not working #58
Comments
That's sad ;( ... the release link has been changed. Going to fix it right away |
Thank you @macisamuele. |
it might be possible that is using 1.10 but not entirely sure |
Currently, I also face problems with JDK 16 and the version 1.9. However, with version 1.10.0 it has been fixed, see google/google-java-format#538. Therefore, I support this fix too |
I'll be dedicating today some time to actually make #59 mergable and release a new version. |
Version 2.1.0 has just been released. |
I know the latest version of google-java-format 1.10.0 is used in this hook.
But when we explicitly specify the version as args in pretty-format-java hook its failing to download.
Terminal Output:
I see you are using the below url format in the code
https://github.com/google/google-java-format/releases/download/google-java-format-{version}/google-java-format-{version}-all-deps.jar
But from google java release of 1.10.0 has this below url
https://github.com/google/google-java-format/releases/download/v1.10.0/google-java-format-1.10.0-all-deps.jar
The text was updated successfully, but these errors were encountered: