-
Notifications
You must be signed in to change notification settings - Fork 9
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 cache #26
Comments
Thank you! I'll try to look it this week |
I looked configuration cache problem: it's not hard to support but would require a breaking change - changing task parameter type. Also, configuration cache is in experimental state and even gradle itself does not support it completely (so I doubt it's widely used). I don't deny this, just postpone for some time. If this would be critically important, please ping me. And I just released a new version with fixed gradle 7 deprecation warnings. |
Gradle 7.4 introduces a feature to declare that individual tasks are incompatible with the configuration cache, allowing the feature to be enabled by default while skipping caching when there are tasks don't support it. |
It appears that I can fix warnings, so now it should work properly. |
Trying to optimise my build with a build cache and finding issues with supported plugins. Not urgent, but flagging as it may affect others also.
The text was updated successfully, but these errors were encountered: