clayburn opened a new pull request, #12003: URL: https://github.com/apache/kafka/pull/12003
Fix UP-TO-DATE check in `create*VersionFile` tasks - `create*VersionFile` tasks explicitly declared output UP-TO-DATE status as being false. This change properly sets the inputs to `create*VersionFile` tasks to the `commitId` and `version` values and sets `receiptFile` locally rather than in an extra property. Enable output caching for `process*Messages` tasks - `process*Messages` tasks did not have output caching enabled. This change enables that caching, as well as setting a property name and RELATIVE path sensitivity. Fix existing Gradle deprecations - Replaces `JavaExec#main` with `JavaExec#mainClass` - Replaces `Report#destination` with `Report#outputLocation` - Adds a `generator` configuration to projects that need to resolve the `generator` project (rather than referencing the runtimeClasspath of the `generator` project from other project contexts. These changes were found using Gradle Build Scans: Before: https://gradle.com/s/cxiwbgk3rvxf6 After: https://scans.gradle.com/s/3tg777zuldq5k ### 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]
