-
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
Support Gradle Configuration Caching #253
Comments
I think this is done now but will let y'all make the final call on closing 👍 |
Did this support regress since 2020? It doesn't appear to work on 7.2.0
|
HI @Naitbit, There are still some parts of the plugin that do not support configuration caching. This is still on our backlog to address but I'm afraid I don't have any further updates at this time |
@yousif-bugsnag do you have an approximate timeline for when this would be prioritized maybe? |
Hi @hackertronix - unfortunately we do not have any further updates at this time. We'll look into this when priorities allow. |
Would you be open to a community-contributed PR? |
As of v7.3.0 we have support for Gradle Configuration Caching for our ProGuard (R8) support (but not NDK just yet), we're still working on adding support for our other tasks. |
FYI it looks like this has regressed in 7.4.0 as |
Thanks @ZacSweers, we will look into this asap. |
With Gradle 8.1, its failing with
due to the following external process execution bugsnag-android-gradle-plugin/src/main/kotlin/com/bugsnag/android/gradle/BugsnagReleasesTask.kt Line 140 in 908e618
|
Hi @rohilchodankar Thanks for raising, we are investigating this now. |
Hey @rohilchodankar, our latest version v8.0.1 has just been released. This should address the issues you were seeing with Gradle 8.1. |
@fractalwrench and I talked about this offline, filing to track here!
https://docs.gradle.org/nightly/userguide/configuration_cache.html
The text was updated successfully, but these errors were encountered: