I was trying out setting up configuration caching for a project, however this plugin was causing the following issue:
- Task :createVersionFile of type org.gradle.api.DefaultTask: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache. See https://docs.gradle.org/8.11/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
I was trying out setting up configuration caching for a project, however this plugin was causing the following issue:
- Task :createVersionFile of type org.gradle.api.DefaultTask: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache. See https://docs.gradle.org/8.11/userguide/configuration_cache.html#config_cache:requirements:disallowed_types