gharris1727 opened a new pull request, #16839: URL: https://github.com/apache/kafka/pull/16839
Recently I changed branches, and had a local build failure because generated code depended on some other class which was not present/not being regenerated. This did not resolve by running `./gradlew clean`. It appears that processMessages defines an output directory for the purposes of caching, but Gradle does not automatically include the outputs for cleaning, and requires projects explicitly specify that they should be cleaned up. This is a broad "clean" statement for all projects, regardless of whether they use generated sources or not. This will clean up generated sources which may have been generated in the past, in addition to the projects actively generating sources. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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]
