Skip to content

Commit a5a9cd5

Browse files
committed
Fixed Travis CI settings
1 parent d440fbd commit a5a9cd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)