-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incompatible with new Gradle configuration cache #134
Comments
Makes sense. We should look into it. Have you thought about contributing? Thanks for reporting! |
Can I upgrade the minimum Gradle version? Either way, it looks like Gradle APIs ( If I could do whatever I wanted, I think I would start by making |
Hey can you summarize version we are compatible / not compatible with? Sorry for late response - if it takes too long for me to respond/figure it out I'll give you write permissions to the repo and green light for making a decision on this. |
@magneticflux-, interested in becoming a project member of the Shipkit organization? |
@mockitoguy @Magneticflux - I've opened a PR for configuration cache support. #187 |
Requirements for tasks to support configuration caching: https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements
Errors logged:
In the documentation here, they suggest using
providers.exec()
to postpone execution until the property is actually needed.The text was updated successfully, but these errors were encountered: