Merge pull request #19776 from dreis2211

* pr/19776:
  Test the Gradle Plugin against Gradle 6.1

Closes gh-19776
This commit is contained in:
Stephane Nicoll 2020-01-24 13:46:39 +01:00
commit 8dde0a29d0

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -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");
"5.4.1", "5.5.1", "5.6.4", "6.0.1", "6.1");
@Override
public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContexts(ExtensionContext context) {