Skip to content

Commit 3236e68

Browse files
committed
Fix AOT cache doc
1 parent 95c58a8 commit 3236e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/appcds.adoc

Lines changed: 1 addition & 1 deletion
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)