Skip to content

Commit d79e989

Browse files
committed
feat!: adopt google-java-format 1.25.2 - requires JDK17
BREAKING CHANGE: must run under JDK17+, can format JDK11 files still
1 parent 22de817 commit d79e989

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

7878
// extract glob, if present

0 commit comments

Comments
 (0)