mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Use Java 25 in native image system test
We need to use Java 25 when using buildpacks to create a native image for a couple of reasons: - Framework has raised its GraalVM baseline to 25 - Buildpacks have removed support for Java 24 See gh-45501
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ repositories {
|
||||
}
|
||||
|
||||
tasks.named("bootBuildImage") {
|
||||
environment["BP_JVM_VERSION"] = "24"
|
||||
environment["BP_JVM_VERSION"] = "25"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user