Skip to content

Commit

Permalink
Test against Gradle 6.9.3
Browse files Browse the repository at this point in the history
Closes gh-32757
  • Loading branch information
wilkinsona committed Oct 17, 2022
1 parent 6641a98 commit dade5ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ public static List<String> allCompatible() {
if (isJava16()) {
return Arrays.asList("7.0.2", "7.1", "7.2", "7.3.3", "7.4.2", GradleVersion.current().getVersion());
}
return Arrays.asList("6.8.3", "6.9.2", "7.0.2", "7.1.1", "7.2", "7.3.3", "7.4.2",
return Arrays.asList("6.8.3", "6.9.3", "7.0.2", "7.1.1", "7.2", "7.3.3", "7.4.2",
GradleVersion.current().getVersion());
}

Expand Down

0 comments on commit dade5ec

Please sign in to comment.