Open
Description
Description
I recently found out that for some of my apps the NDK so files that got uploaded were not present in the project settings on the website. It turns out that when I manually upload them using curl I get 'invalid file format'. Bugsnag Gradle however happily uploads them and (presumably fails) but doesn't trigger a error. That's not wanted behaviour I would say.
Describe the solution you'd like
If uploading NDK symbol file fails/gets rejected, the gradle task should fail and stop build.
Describe alternatives you've considered
I don't know if the gradle plugin upload call leads to a actual result like the curl method. So maybe this is technically not possible.
Additional context
bugsnag gradle version 8.0.1