Skip to content

Commit 06037e1

Browse files
author
Stewart Miles
committed
Disable info output when packaging the plugin.
Change-Id: I20e17599e7f1f9cf713dc5d5cc4340bca6f7a1f4
1 parent 6e4b257 commit 06037e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ Task createExportUnityPackageTask(String taskName,
12091209
"--output_unitypackage" : "--nooutput_unitypackage"] +
12101210
[generateUpmTarball ? "--output_upm" : "--nooutput_upm"] +
12111211
(guidsFile ? ["--guids_file", guidsFile] : []) +
1212+
["-v", "-1"] + // Only display warnings.
12121213
arguments,
12131214
exportUnityPackageRequirements)
12141215
exportUnityPackageTask.with {

0 commit comments

Comments
 (0)