This message was deleted.
# configuration-cache
s
This message was deleted.
n
I get lots of errors of this form:
Copy code
- Task `:services:deployment-validator:generateVersionTxt` of type `org.gradle.api.DefaultTask`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See <https://docs.gradle.org/7.5.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types>
- Task `:services:deployment-validator:generateVersionTxt` of type `org.gradle.api.DefaultTask`: invocation of 'Task.project' at execution time is unsupported.
v
Please check https://github.com/gradle/cc-hackathon-2022 There’s

kickoff event

video that explains the way to resolve the issue
n
Thank you!