Merge pull request #33109 from sdeleuze

* pr/33109:
  Remove outdated native image documentation

Closes gh-33109
This commit is contained in:
Stephane Nicoll 2022-11-11 18:31:09 +01:00
commit cd0a8c3ab9
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ To build the image, you can run the `spring-boot:build-image` goal with the `nat
$ mvn -Pnative spring-boot:build-image
----
NOTE: Currently, you need a local GraalVM installation to build an image with Maven.
This will be solved in the future, see https://github.com/graalvm/native-build-tools/issues/327[native-build-tools issue #327] for details.
[[native-image.developing-your-first-application.buildpacks.gradle]]