Skip to content

Commit

Permalink
Fix AOT cache doc
Browse files Browse the repository at this point in the history
(cherry picked from commit 3236e68)
  • Loading branch information
geoand authored and gsmet committed Mar 4, 2025
1 parent 1b4c900 commit a2641e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/appcds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ If you are building an application that will target JDK 24+ you can take advanta
-Dquarkus.package.jar.appcds.use-aot=true
----
The result of this flag (plus the `-Dquarkus.package.jar.appcds.use-aot=true` original one) is the creation of an AOT cache file
The result of this flag (plus the `-Dquarkus.package.jar.appcds.enabled=true` original one) is the creation of an AOT cache file
named `app.aot`.
You can use this AOT cache when launching the application like so:
Expand Down

0 comments on commit a2641e8

Please sign in to comment.