From 88cf2bbae9955118903436cbe6aed11ca7ccddb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Fri, 11 Nov 2022 15:22:19 +0100 Subject: [PATCH] Remove outdated native image documentation See gh-33109 --- .../native-image/developing-your-first-application.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc index 4dc2b0dd516a..b0a383c1a92f 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc +++ b/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 $ 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]]