mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

366K
active users

mcc

It's fixed! And it wasn't a Gradle bug! It's just *even more cursed than I could have possibly imagined*!

Another Tusky contributor found the solution:

github.com/mcclure/Tusky/pull/

When you call providers.exec {} to call a command line file, this *looks* like a function, *but it isn't*. It's a "task", which is some Gradle thing, and it's *expected* to fail the whole build instantly instead of throwing an exception.

You have to *request* an exception, with flag
executionResult.rethrowFailure()

GitHubEnsure execution failures are thrown as exceptions by nikclayton · Pull Request #1 · mcclure/TuskyAn Android client for the microblogging server Mastodon - Ensure execution failures are thrown as exceptions by nikclayton · Pull Request #1 · mcclure/Tusky