See gh-43316
This commit is contained in:
Johnny Lim
2024-11-28 23:17:38 +09:00
committed by Stéphane Nicoll
parent a0309a5475
commit 859c235a95
11 changed files with 22 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ The `native` profile configures the following:
[WARNING]
====
The use of the raw classpath means that native image does not know about the generated `MANIFEST`.
The use of the raw classpath means that native image does not know about the generated `MANIFEST.MF`.
If you need to read the content of the manifest in a native image, for instance to get the implementation version of your application, configure the `classesDirectory` option to use the regular jar.
====