Skip to content

Commit 095ff18

Browse files
committed
Test our Gradle plugin against Gradle 7.0-rc-2
Closes gh-25888
1 parent a99f78c commit 095ff18

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
@@ -48,10 +48,10 @@ final class GradleCompatibilityExtension implements TestTemplateInvocationContex
4848
static {
4949
JavaVersion javaVersion = JavaVersion.current();
5050
if (javaVersion.isCompatibleWith(JavaVersion.VERSION_16)) {
51-
GRADLE_VERSIONS = Arrays.asList("7.0-rc-1");
51+
GRADLE_VERSIONS = Arrays.asList("7.0-rc-2");
5252
}
5353
else {
54-
GRADLE_VERSIONS = Arrays.asList("6.3", "6.4.1", "6.5.1", "6.6.1", "6.7.1", "current", "7.0-rc-1");
54+
GRADLE_VERSIONS = Arrays.asList("6.3", "6.4.1", "6.5.1", "6.6.1", "6.7.1", "current", "7.0-rc-2");
5555
}
5656
}
5757

0 commit comments

Comments
 (0)