Merge branch '2.4.x'

Closes gh-26412
This commit is contained in:
Andy Wilkinson
2021-05-07 11:26:18 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ final class GradleCompatibilityExtension implements TestTemplateInvocationContex
GRADLE_VERSIONS = Arrays.asList("7.0");
}
else {
GRADLE_VERSIONS = Arrays.asList("current", "6.9-rc-2", "7.0");
GRADLE_VERSIONS = Arrays.asList("6.8.3", "current", "7.0");
}
}