Browse Source

Remove outdated native image documentation

See gh-33109
pull/33115/head
Sébastien Deleuze 3 years ago committed by Stephane Nicoll
parent
commit
88cf2bbae9
  1. 3
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc

3
spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc

@ -77,9 +77,6 @@ To build the image, you can run the `spring-boot:build-image` goal with the `nat @@ -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]]

Loading…
Cancel
Save