Skip to content

Commit a2641e8

Browse files
geoandgsmet
authored andcommitted
Fix AOT cache doc
(cherry picked from commit 3236e68)
1 parent 1b4c900 commit a2641e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/appcds.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you are building an application that will target JDK 24+ you can take advanta
105105
-Dquarkus.package.jar.appcds.use-aot=true
106106
----
107107
108-
The result of this flag (plus the `-Dquarkus.package.jar.appcds.use-aot=true` original one) is the creation of an AOT cache file
108+
The result of this flag (plus the `-Dquarkus.package.jar.appcds.enabled=true` original one) is the creation of an AOT cache file
109109
named `app.aot`.
110110
111111
You can use this AOT cache when launching the application like so:

0 commit comments

Comments
 (0)