Skip to content

Commit

Permalink
Merge branch '2.7.x'
Browse files Browse the repository at this point in the history
Closes gh-33269
  • Loading branch information
wilkinsona committed Nov 18, 2022
2 parents 1f7da3e + 9879538 commit b8142d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private GradleVersions() {
}

public static List<String> allCompatible() {
return Arrays.asList(GradleVersion.current().getVersion(), "7.6-rc-2");
return Arrays.asList(GradleVersion.current().getVersion(), "7.6-rc-3");
}

public static String currentOrMinimumCompatible() {
Expand Down

0 comments on commit b8142d1

Please sign in to comment.