Skip to content

Commit

Permalink
Merge pull request #46607 from geoand/appcds-doc-fix
Browse files Browse the repository at this point in the history
Fix AOT cache doc
  • Loading branch information
geoand authored Mar 4, 2025
2 parents 95c58a8 + 3236e68 commit 7aff7b9
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 7aff7b9

Please sign in to comment.