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