gradle
gradle copied to clipboard
Remove `IncrementalTaskInputs`
Summary
Follow up after https://github.com/gradle/gradle/issues/9048
Checklist
- [x] Validate whether we should remove the API in the 8.0 release
- [ ] Update the upgrade guide
- [ ] Check User Manual for dangling references and outdated documentation (https://github.com/gradle/gradle/pull/21472)
- [ ] Remove IncrementalTaskInputs from the code (https://github.com/gradle/gradle/pull/21481)
/cc @gradle/execution
Done for Gradle 8, closing issue.