Skip to content

Commit dfbc787

Browse files
committed
Test the Gradle plugin against Gradle 5.4
Closes gh-16576
1 parent dacbb65 commit dfbc787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
public final class GradleCompatibilitySuite extends Suite {
4040

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

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

0 commit comments

Comments
 (0)