Skip to content

Commit 24f6c9e

Browse files
committed
Merge pull request #17876 from dreis2211
* gh-17876: Test the Gradle Plugin against Gradle 5.6 Closes gh-17876
2 parents c4dd386 + 56940fc commit 24f6c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilitySuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public final class GradleCompatibilitySuite extends Suite {
4040

4141
private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "4.5.1", "4.6", "4.7", "4.8.1", "4.9",
42-
"4.10.3", "5.0", "5.1.1", "5.2.1", "5.3.1", "5.4.1", "5.5.1");
42+
"4.10.3", "5.0", "5.1.1", "5.2.1", "5.3.1", "5.4.1", "5.5.1", "5.6");
4343

4444
public GradleCompatibilitySuite(Class<?> clazz) throws InitializationError {
4545
super(clazz, createRunners(clazz));

0 commit comments

Comments
 (0)