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 NdkToolchain.baseDir configuration cache #499

Closed lemnik closed 1 year ago

lemnik commented 1 year ago

Internal PR for https://github.com/bugsnag/bugsnag-android-gradle-plugin/pull/491

Goal

This property should be a DirectoryProperty rather than Property in order to be compatible with configuration cache. This also allows for it to be more chainable with providers of this from android components.

Testing

Relied on existing end-to-end testing