Skip to content

Commit eb10557

Browse files
committed
Test Gradle plugin against Gradle 6.9.4
Closes gh-34368
1 parent e871676 commit eb10557

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-test-support/src/main/java/org/springframework/boot/testsupport/gradle/testkit

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-test-support/src/main/java/org/springframework/boot/testsupport/gradle/testkit/GradleVersions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@ public static List<String> allCompatible() {
4242
if (isJava16()) {
4343
return Arrays.asList("7.0.2", GradleVersion.current().getVersion());
4444
}
45-
return Arrays.asList("6.8.3", "6.9.3", "7.0.2", GradleVersion.current().getVersion());
45+
return Arrays.asList("6.8.3", "6.9.4", "7.0.2", GradleVersion.current().getVersion());
4646
}
4747

4848
public static String minimumCompatible() {

0 commit comments

Comments
 (0)