Commit 60bf4ef4 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x'

parents 15a70153 a5f3f36b
......@@ -39,7 +39,7 @@ import org.springframework.boot.gradle.testkit.GradleBuild;
public final class GradleCompatibilitySuite extends Suite {
private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "4.1",
"4.2", "4.3", "4.4.1", "4.5.1", "4.6");
"4.2", "4.3", "4.4.1", "4.5.1", "4.6", "4.7");
public GradleCompatibilitySuite(Class<?> clazz) throws InitializationError {
super(clazz, createRunners(clazz));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment