Merge pull request #20222 from dreis2211

* pr/20222:
  Test the Gradle Plugin against Gradle 6.2

Closes gh-20222
pull/20310/head
Stephane Nicoll 5 years ago
commit 7b190ecb88

@ -39,7 +39,7 @@ import org.springframework.boot.gradle.testkit.GradleBuildExtension;
public final class GradleCompatibilityExtension implements TestTemplateInvocationContextProvider {
private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "5.0", "5.1.1", "5.2.1", "5.3.1",
"5.4.1", "5.5.1", "5.6.4", "6.0.1", "6.1.1");
"5.4.1", "5.5.1", "5.6.4", "6.0.1", "6.1.1", "6.2");
@Override
public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContexts(ExtensionContext context) {

Loading…
Cancel
Save