mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x'
See gh-49192
This commit is contained in:
+3
@@ -33,6 +33,9 @@ public final class GradleVersions {
|
||||
}
|
||||
|
||||
public static List<String> allCompatible() {
|
||||
if (isJavaVersion(JavaVersion.VERSION_26)) {
|
||||
return Arrays.asList("9.4.0-rc-1");
|
||||
}
|
||||
if (isJavaVersion(JavaVersion.VERSION_25)) {
|
||||
return Arrays.asList("9.0.0", GradleVersion.current().getVersion());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user