-
Notifications
You must be signed in to change notification settings - Fork 58
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
Gradle Configuration Cache Support #140
Labels
Comments
Hey @kibotu thanks for your request! Unfortunately, we can't prioritise this issue in our roadmap. You are more than welcome to raise a PR addressing this issue and we can review. |
@kibotu I think this may be fixed in the latest beta. |
Just tested this with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
enable gradle configration cache in gradle.properties
run task
./gradlew app:analyzeReleaseBundle
(note it works running without config cache)
./gradlew app:analyzeReleaseBundle --no-configuration-cache
get following error:
configuration-cache-report.html shows this stack trace:
Reasoning
would be nice to run gradle configuration support
The text was updated successfully, but these errors were encountered: