adam-christian-software opened a new pull request, #4982: URL: https://github.com/apache/polaris/pull/4982
Fixes #4978 This updates the semantic-models OpenAPI generation task to use `GenerateTask.cleanupOutput` instead of adding a custom Gradle script action. The custom action captures build-script state, which prevents Gradle from storing the configuration cache; the built-in flag performs the same output cleanup using task-owned state, matching the existing generated API modules. Verified locally with `./gradlew --configuration-cache format compileAll`, `./gradlew :polaris-extensions-semantic-models:check`, and `./gradlew --configuration-cache compileAll`. ## Checklist - [x] ๐ก๏ธ Don't disclose security issues! (contact [email protected]) - [x] ๐ Clearly explained why the changes are needed, or linked related issues: Fixes #4978 - [x] ๐งช Added/updated tests with good coverage, or manually tested (and explained how) - [x] ๐ก Added comments for complex logic - [x] ๐งพ Updated `CHANGELOG.md` (if needed) - [x] ๐ Updated documentation in `site/content/in-dev/unreleased` (if needed) -- 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]
