Skip to content

Commit 7f8b3a7

Browse files
committed
Test the Gradle Plugin against Gradle 5.6.1
Closes gh-17995
2 parents bbec7b0 + bd9f7a1 commit 7f8b3a7

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/GradleCompatibilityExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public final class GradleCompatibilityExtension implements TestTemplateInvocationContextProvider {
4040

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

4444
@Override
4545
public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContexts(ExtensionContext context) {

0 commit comments

Comments
 (0)