Skip to content

Commit 881fbef

Browse files
committed
Test the Gradle Plugin against Gradle 5.4.1
Closes gh-16576
1 parent 19413c0 commit 881fbef

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
@@ -40,7 +40,7 @@ public final class GradleCompatibilitySuite extends Suite {
4040

4141
private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "4.5.1",
4242
"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");
43+
"5.4.1");
4444

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

0 commit comments

Comments
 (0)