Commit fe9d9ec4 authored by Andy Wilkinson's avatar Andy Wilkinson

Test the Gradle plugin against Gradle 5.0-rc-3

Closes gh-15171
parent c1b1f14f
......@@ -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.5.1",
"4.6", "4.7", "4.8.1", "4.9", "4.10.2", "5.0-rc-1");
"4.6", "4.7", "4.8.1", "4.9", "4.10.2", "5.0-rc-3");
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