mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Test against Gradle 7.6.5
Closes gh-45998
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public final class GradleVersions {
|
||||
if (isJavaVersion(JavaVersion.VERSION_21)) {
|
||||
return Arrays.asList("8.5", GradleVersion.current().getVersion());
|
||||
}
|
||||
return Arrays.asList("7.6.4", "8.3", GradleVersion.current().getVersion());
|
||||
return Arrays.asList("7.6.5", "8.3", GradleVersion.current().getVersion());
|
||||
}
|
||||
|
||||
public static String minimumCompatible() {
|
||||
|
||||
Reference in New Issue
Block a user