Skip to content

Commit

Permalink
Bump default google-java-format 1.11.0 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Nov 9, 2021
1 parent 87f24b7 commit ce63aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static FormatterStep create(String groupArtifact, String version, String
State::createFormat);
}

static final Jvm.Support<String> JVM_SUPPORT = Jvm.<String> support(NAME).add(8, "1.7").add(11, "1.11.0");
static final Jvm.Support<String> JVM_SUPPORT = Jvm.<String> support(NAME).add(8, "1.7").add(11, "1.12.0");

public static String defaultGroupArtifact() {
return MAVEN_COORDINATE;
Expand Down

0 comments on commit ce63aa4

Please sign in to comment.