In google/google-java-format#868 (comment) (via google/google-java-format#1045, et al), we have made "native" (non java -jar google-java-format*.jar) binaries available; the first release to include that was https://github.com/google/google-java-format/releases/tag/v1.20.0.
E.g. JoseVSeb/google-java-format-for-vs-code#17 adopted this in a VSC extension.
This can make checks a) run a bit faster, and b) avoiding requiring having a java on the PATH, which makes this hook easier to run in certain cases (example).
Would you consider adding support for this in this project?
In google/google-java-format#868 (comment) (via google/google-java-format#1045, et al), we have made "native" (non
java -jar google-java-format*.jar) binaries available; the first release to include that was https://github.com/google/google-java-format/releases/tag/v1.20.0.E.g. JoseVSeb/google-java-format-for-vs-code#17 adopted this in a VSC extension.
This can make checks a) run a bit faster, and b) avoiding requiring having a
javaon thePATH, which makes this hook easier to run in certain cases (example).Would you consider adding support for this in this project?