bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

8.0.0 tries to read the Gradle version but version parser doesn't handle gradle nightly versions #522

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

Describe the bug

Could not determine the dependencies of task ':app:assembleExternalRelease'.
> Could not create task ':app:bugsnagReleaseExternal-armeabi-v7a-releaseTask'.
   > <8.3-20230426222550+0000> does not match format (\d+)\.(\d+)(?:\.)?(\d*)(\.|-|\+)?([0-9A-Za-z-.]*)?

Steps to reproduce

Try using a gradle nightly or the version above, see that bugsnag fails to parse it

Environment

johnkiely1 commented 1 year ago

Hey @ZacSweers, we are looking into a solution for this now. We will let you know as soon as its released.

johnkiely1 commented 1 year ago

Hey @ZacSweers, this should be now fixed in our latest version v8.0.1. Let us know if you have any issues.

ZacSweers commented 1 year ago

Thanks!