Skip to content

Commit 579f597

Browse files
committed
feat: adopt google-java-format 1.34.0 w/instance main method support
1 parent 703b1ba commit 579f597

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function spawnGoogleJavaFormat(args, done, stdio) {
7272
// Add the library in, with java 16 compat
7373
args = [
7474
"-jar",
75-
`${LOCATION}/lib/google-java-format-1.32.0-all-deps.jar`,
75+
`${LOCATION}/lib/google-java-format-1.34.0-all-deps.jar`,
7676
].concat(args);
7777

7878
// extract glob, if present
3.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)