Describe the bug
Unable to take advantage of the gradle configuration cache as the swagger codegen is failing with error
Execution failed for task ':platform.clients.assets:generateSwaggerCodeApi'.
> Could not get unknown property 'swaggerCodegen' for configuration container of type org.gradle.api.internal.artifacts.configurations.DefaultConfigurationContainer.
Was wondering if there are any plans to update the plugin to support configuration cache.
To Reproduce:
Expected behavior:
Environment
Plugin version: 2.19.2
Swagger Codegen version: org.openapitools:openapi-generator-cli:6.2.0 and org.openapitools:openapi-generator-cli:4.3.0
Gradle version: 8.1.1
Java version: 11
OS: Mac