Skip to content

Commit bca1b92

Browse files
committed
Merge pull request #20213 from dreis2211
* gh-20213: Upgrade to Gradle 6.2 Closes gh-20213
2 parents 16111f1 + 866c441 commit bca1b92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

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
@@ -43,10 +43,10 @@ public final class GradleCompatibilityExtension implements TestTemplateInvocatio
4343

4444
static {
4545
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_13)) {
46-
GRADLE_VERSIONS = Arrays.asList("6.0.1", "default");
46+
GRADLE_VERSIONS = Arrays.asList("6.0.1", "6.1.1", "default");
4747
}
4848
else {
49-
GRADLE_VERSIONS = Arrays.asList("5.6.4", "6.0.1", "default");
49+
GRADLE_VERSIONS = Arrays.asList("5.6.4", "6.0.1", "6.1.1", "default");
5050
}
5151
}
5252

0 commit comments

Comments
 (0)