Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Oct 16, 2019
1 parent 08ed301 commit bf4bf16
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/user_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ moduleName:: The module name of this application. +
mergedModuleName:: The name of the merged module. +
_defaultValue_: `_moduleName_.merged.module` +
_usage example_: `mergedModuleName = 'org.example.myapp.merged.module'`
mergedModuleJarName:: The name of the jar containing the merged module. +
_defaultValue_: `_archiveBaseName_.merged.module.jar` +
_usage example_: `mergedModuleJarName = 'my-merged-module.jar'`
mergedModuleJarName:: The base name of the jar containing the merged module. +
_defaultValue_: `_archiveBaseName_.merged.module` +
_usage example_: `mergedModuleJarName = 'my-merged-module'`
mergedModuleJarVersion:: The version of the jar containing the merged module. +
_defaultValue_: `project.version` +
_usage example_: `mergedModuleJarVersion = '2.1.7'`
options:: A list of options to be passed to _jlink_. +
_defaultValue_: empty list +
_usage example_: `options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages']`
Expand Down

0 comments on commit bf4bf16

Please sign in to comment.