You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILURE: Build failed with an exception.
* What went wrong:
Configuration cache problems found in this build.
41 problems were found storing the configuration cache, 1 of which seems unique.
- Task `:dependencyGraph` of type `io.github.adityabhaskar.dependencygraph.plugin.DependencyGraphTask`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.2/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
⚠️ Current behavior
Errors when running task but generates the files.
✅ Expected behavior
No error, support configuration cache correctly
💣 Steps to reproduce
Enable gradle configuration cache and run dependencyGraph
📷 Screenshots
📱 Tech info
Library/App version: 0.1.4
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
Error when running
dependencyGraph
Errors when running task but generates the files.
✅ Expected behavior
No error, support configuration cache correctly
💣 Steps to reproduce
Enable gradle configuration cache and run
dependencyGraph
📷 Screenshots
📱 Tech info
The text was updated successfully, but these errors were encountered: