-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not create task ':app:uploadBugsnagInternal-releaseMapping' #383
Comments
Hey @Egorand, thanks for raising this. As you alluded to, this exception is definitely coming from It's possible that our plugin might be triggering eager initialization of that task so that it runs sooner in the build lifecycle than it would otherwise, but we'd be interested to hear what the |
Thanks @yousif-bugsnag. I filed an issue against gradle-play-publisher, hoping to hear from the maintainers: Triple-T/gradle-play-publisher#940. |
We've seen the update here: We're planning to look into a fix. |
Any updates on this issue? It's currently blocking us from being able to upgrade to Gradle 7. |
Hi @Egorand, I don't have any updates for you at the moment, but we'll keep you posted on this thread when a fix is released |
Describe the bug
We're using Bugsnag's Gradle plugin in combination with gradle-play-publisher, that creates a set of
publish
tasks which we use to publish bundles to Play store. Here's the Gradle task that the CI runs:After the update to
bugsnag-android-gradle-plugin:5.7.5
the task above started failing at configuration phase with the following error:I can reproduce it consistently on a local machine by running:
bugsnag-android-gradle-plugin:5.7.4
does not exhibit the same issue.Here's what the
bugsnag
configuration looks like in ourbuild.gradle
:Apologies if this isn't a Bugsnag Gradle plugin issue (I don't see any references to
available-version-codes.txt
in the codebase, whereasgradle-play-publisher
does reference this file), however I'm curious if you have any thoughts on why the issue only manifests in5.7.5
and higher. I'll follow up with filing a bug againstgradle-play-publisher
.Environment
The text was updated successfully, but these errors were encountered: