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

Fix Gradle-nightly compatibility #525

Closed lemnik closed 1 year ago

lemnik commented 1 year ago

Goal

Fix https://github.com/bugsnag/bugsnag-android-gradle-plugin/issues/522 by removing the (now redundant) Gradle version parsing.

Changeset

The parsing of the Gradle version was used to provide backwards-compatible system-property providers on older versions of Gradle. As BugSnag Gradle Plugin 8+ does not support these old versions the parse and check are no longer required.

Testing

Manually tested with the current Gradle nightly version and Gradle 8.0 / 8.1