Skip to content

Commit

Permalink
Applied suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored and chumer committed Nov 30, 2023
1 parent 32339ba commit 74ba487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-manual/embedding/embed-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ In order to access polyglot classes from the class-path you also need to specify
If you are using [native-image](https://www.graalvm.org/latest/reference-manual/embed-languages/#build-native-executables-from-polyglot-applications) polyglot modules on the class-path will be automatically upgraded to the module-path.

While we do support creating single uber Jars from polyglot libraries, e.g. using the Maven Assembly plugin, we do not recommend it.
Also note that Uber jars are not supported in combination with creating native-images.
Also note that uber jars are not supported in combination with creating native-images.


## Compile and Run a Polyglot Application
Expand Down

0 comments on commit 74ba487

Please sign in to comment.