snazy opened a new issue, #4978:
URL: https://github.com/apache/polaris/issues/4978
### Describe the bug
PR #4816 added a new module that's incompatible with the Gradle
configuration cache.
Reproducer:
`./gradlew compileAll --configurationCache`
```
1 problem was found storing the configuration cache.
- Task `:polaris-extensions-semantic-models:openApiGenerate` of type
`org.openapitools.generator.gradle.plugin.tasks.GenerateTask`: cannot serialize
Gradle script object references as these are not supported with the
configuration cache.
See
https://docs.gradle.org/9.6.1/userguide/configuration_cache_requirements.html#config_cache:requirements:disallowed_types
```
The older, previously merged changes to the other API modules should have
been applied to the new module.
### To Reproduce
_No response_
### Actual Behavior
_No response_
### Expected Behavior
_No response_
### Additional context
_No response_
### System information
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]