Skip to content

Commit

Permalink
added build arg : -H:+UnlockExperimentalVMOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 2, 2024
1 parent f0b1671 commit b730b97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- [fj-doc-native-quarkus] added build arg : -H:+UnlockExperimentalVMOptions

## [8.10.8] - 2024-11-02

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ greeting:

quarkus:
native:
# if needed add -H:+UnlockExperimentalVMOptions
additional-build-args: -H:IncludeResources=${context.artifactId}/fm-doc-process-config.xml,\
-H:IncludeResources=${context.artifactId}/template/document.ftl
3 changes: 2 additions & 1 deletion fj-doc-native-quarkus/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ greeting:

quarkus:
native:
additional-build-args: -H:IncludeResources=fj-doc-native-quarkus/fm-doc-process-config.xml,\
additional-build-args: -H:+UnlockExperimentalVMOptions,\
-H:IncludeResources=fj-doc-native-quarkus/fm-doc-process-config.xml,\
-H:IncludeResources=fj-doc-native-quarkus/template/document.ftl

0 comments on commit b730b97

Please sign in to comment.