We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4c900 commit a2641e8Copy full SHA for a2641e8
docs/src/main/asciidoc/appcds.adoc
@@ -105,7 +105,7 @@ If you are building an application that will target JDK 24+ you can take advanta
105
-Dquarkus.package.jar.appcds.use-aot=true
106
----
107
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
+The result of this flag (plus the `-Dquarkus.package.jar.appcds.enabled=true` original one) is the creation of an AOT cache file
109
named `app.aot`.
110
111
You can use this AOT cache when launching the application like so:
0 commit comments