Skip to content

Commit 9836b06

Browse files
committed
Test the Gradle plugin against 7.0-milestone-2
Closes gh-25404
1 parent 2a2daae commit 9836b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ final class GradleCompatibilityExtension implements TestTemplateInvocationContex
4949
JavaVersion javaVersion = JavaVersion.current();
5050
if (javaVersion.isCompatibleWith(JavaVersion.VERSION_14)
5151
|| javaVersion.isCompatibleWith(JavaVersion.VERSION_13)) {
52-
GRADLE_VERSIONS = Arrays.asList("6.3", "6.4.1", "6.5.1", "6.6.1", "6.7.1", "current", "7.0-milestone-1");
52+
GRADLE_VERSIONS = Arrays.asList("6.3", "6.4.1", "6.5.1", "6.6.1", "6.7.1", "current", "7.0-milestone-2");
5353
}
5454
else {
5555
GRADLE_VERSIONS = Arrays.asList("5.6.4", "6.3", "6.4.1", "6.5.1", "6.6.1", "6.7.1", "current",
56-
"7.0-milestone-1");
56+
"7.0-milestone-2");
5757
}
5858
}
5959

0 commit comments

Comments
 (0)