File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1152,6 +1152,8 @@ jlink {
11521152 // when executing the jpackageImage task.
11531153 // defaultValue: empty list
11541154 imageOptions = [
1155+ // Verbose mode
1156+ ' --verbose' ,
11551157 // Input dir
11561158 ' --input' , jpackageInputDir,
11571159 // Copyright for the application
@@ -1218,6 +1220,8 @@ jlink {
12181220 // when executing the jpackage task.
12191221 // defaultValue: empty list
12201222 installerOptions = [
1223+ // Verbose mode
1224+ ' --verbose' ,
12211225 // Copyright for the application
12221226 ' --copyright' , applicationCopyright,
12231227 // Description of the application
@@ -1351,7 +1355,7 @@ jlink {
13511355 // specified (in create-installer mode) all supported types of
13521356 // installable packages for the current platform will be
13531357 // created.
1354- installerType = ' deb'
1358+ // installerType = 'deb'
13551359 break
13561360 }
13571361 }
You can’t perform that action at this time.
0 commit comments