Test the Gradle plugin against Gradle 4.10.3 and 5.1.1
See gh-15791
This commit is contained in:
committed by
Andy Wilkinson
parent
26da45aa9a
commit
1de372d896
@@ -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");
|
||||
"4.6", "4.7", "4.8.1", "4.9", "4.10.3", "5.0", "5.1.1");
|
||||
|
||||
public GradleCompatibilitySuite(Class<?> clazz) throws InitializationError {
|
||||
super(clazz, createRunners(clazz));
|
||||
|
||||
@@ -195,7 +195,7 @@ public class GradleBuild implements TestRule {
|
||||
gradleRunner.withGradleVersion(this.gradleVersion);
|
||||
}
|
||||
else if (this.dsl == Dsl.KOTLIN) {
|
||||
gradleRunner.withGradleVersion("4.10.2");
|
||||
gradleRunner.withGradleVersion("4.10.3");
|
||||
}
|
||||
List<String> allArguments = new ArrayList<>();
|
||||
allArguments.add("-PbootVersion=" + getBootVersion());
|
||||
|
||||
Reference in New Issue
Block a user