Skip to content
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

Not compatible with configuration cache #2

Closed
ZacSweers opened this issue Feb 12, 2022 · 3 comments
Closed

Not compatible with configuration cache #2

ZacSweers opened this issue Feb 12, 2022 · 3 comments

Comments

@ZacSweers
Copy link
Contributor

Running with configuration caching yields the following errors

* What went wrong:
Configuration cache problems found in this build.

10 problems were found storing the configuration cache, 2 of which seem unique.
- Task `:tooling:vulcan:createFocusSettings` of type `com.dropbox.focus.CreateFocusSettingsTask`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/7.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:tooling:vulcan:focus` of type `com.dropbox.focus.FocusTask`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/7.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution

See the complete report at file:///Users/zsweers/dev/slack/android3/build/reports/configuration-cache/7g4wvgv20v66oia9a3wlgl3fw/4wl3j2ake574xd7cq4p2iiwz7/configuration-cache-report.html
> Invocation of 'Task.project' by task ':tooling:vulcan:createFocusSettings' at execution time is unsupported.
> Invocation of 'Task.project' by task ':tooling:vulcan:focus' at execution time is unsupported.

@digitalbuddha
Copy link
Contributor

Should we close this?

@ZacSweers
Copy link
Contributor Author

You could, it gracefully falls back now to just disable it. It doesn't fully support it yet though either

@digitalbuddha
Copy link
Contributor

Will close we can open new one for follow up work. Thank you for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants