Skip to content

Commit 54ed89d

Browse files
committed
fix(android): add --stacktrace to any gradle build
1 parent 1a110e1 commit 54ed89d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/android/gradle-build-args-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export class GradleBuildArgsService implements IGradleBuildArgsService {
5656
this.$projectData.initializeProjectData(buildData.projectDir);
5757

5858
args.push(
59+
`--stacktrace`,
5960
`-PcompileSdk=android-${toolsInfo.compileSdkVersion}`,
6061
`-PtargetSdk=${toolsInfo.targetSdkVersion}`,
6162
`-PbuildToolsVersion=${toolsInfo.buildToolsVersion}`,

0 commit comments

Comments
 (0)