Skip to content

Commit

Permalink
Broaden Gradle version compatibility testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed May 2, 2024
1 parent 63c2738 commit 7a56eaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void pluginIsCompatible(String gradleVersion) {

static List<String[]> gradleVersions() {
List<String> versions = Arrays.asList("6.8.3", "6.9.4", "7.0.2", "7.1.1", "7.2", "7.3.3", "7.4.2", "7.5.1",
"8.0.2", "8.1.1", "8.2.1");
"8.0.2", "8.1.1", "8.2.1", "8.3", "8.4", "8.5", "8.6", "8.7");
List<String[]> result = new ArrayList<>();
for (String version : versions) {
result.add(new String[] { version });
Expand Down

0 comments on commit 7a56eaa

Please sign in to comment.