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