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
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