SyntaxFix
Write A Post
Hire A Developer
Questions
To be able to run options like --stacktrace within a gradle command, you need to put it at the beginning, like:
--stacktrace
./gradlew --stacktrace assembleMyBuild
E.g,
./gradlew --stacktrace assembleDebug