|
|
@ -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");
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with 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 {
|
|
|
|
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",
|
|
|
|
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
|
|
|
|
@Override
|
|
|
|
public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContexts(ExtensionContext context) {
|
|
|
|
public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContexts(ExtensionContext context) {
|
|
|
|