Skip to content

Commit

Permalink
JPackageImageTaskImpl: use --package-type app-image
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Oct 2, 2019
1 parent ba2cb46 commit e56d377
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class JPackageImageTaskImpl extends BaseTaskImpl<JPackageTaskData> {
final def resourceOpts = (resourceDir == null) ? [] : [ '--resource-dir', resourceDir ]

commandLine = [jpackageExec,
'--package-type', 'app-image',
'--dest', outputDir,
'--name', jpd.imageName,
'--module-path', td.jlinkJarsDir,
Expand Down

0 comments on commit e56d377

Please sign in to comment.