Test the Gradle plugin against Gradle 4.8.1 instead of 4.8

Closes gh-13809
pull/13815/head
Andy Wilkinson 6 years ago
parent 8deea933b9
commit b9ad0d9992

@ -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.7", "4.8", "4.9");
"4.2", "4.3", "4.4.1", "4.5.1", "4.6", "4.7", "4.8.1", "4.9");
public GradleCompatibilitySuite(Class<?> clazz) throws InitializationError {
super(clazz, createRunners(clazz));

Loading…
Cancel
Save