Skip to content

Commit 2b71937

Browse files
committed
feat: JDK21 features supported better with upstream 1.19 version
1 parent 6e8a127 commit 2b71937

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.js

+1-1
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.18.1-all-deps.jar`,
75+
`${LOCATION}/lib/google-java-format-1.19.0-all-deps.jar`,
7676
].concat(args);
7777

7878
// extract glob, if present

0 commit comments

Comments
 (0)