You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also removes the 'requiredVersion' setting from the
native-maven-plugin configuration, as this is deprecated in the native
build tools.
Closegh-47433
Copy file name to clipboardExpand all lines: documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/native-image/developing-your-first-application.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,18 +175,18 @@ Get SDKMAN! from https://sdkman.io and install the Liberica GraalVM distribution
175
175
176
176
[source,shell,subs="verbatim,attributes"]
177
177
----
178
-
$ sdk install java {version-graal}.r17-nik
179
-
$ sdk use java {version-graal}.r17-nik
178
+
$ sdk install java 25.r25-nik
179
+
$ sdk use java 25.r25-nik
180
180
----
181
181
182
182
Verify that the correct version has been configured by checking the output of `java -version`:
0 commit comments