Skip to content

Commit a379010

Browse files
committed
chore(ci): added stacktrace to track malformed json error
1 parent c6d4397 commit a379010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/FastFile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ platform :android do
177177
gradle(
178178
task: options[:taskName],
179179
build_type: options[:buildType],
180+
flags: "--stacktrace --info",
180181
properties: {
181182
"android.injected.signing.store.file" => keystore_path,
182183
"android.injected.signing.store.password" => options[:storePassword],

0 commit comments

Comments
 (0)