Gradle configurations do not declare correct inputs/outputs, requiring --rerun-tasks
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 204
Description
Support incremental builds by ensuring all tasks correctly specify their inputs and outputs.
This is currently not correctly setup for any shell tasks and all code generation tasks.
Imported from Jira [BEAM-3253](https://issues.apache.org/jira/browse/BEAM-3253). Original Jira may contain additional context.
Reported by: lcwik.
Contributor guide
Research direction
Start by locating the Gradle configurations for shell tasks and code generation tasks, then inspect which inputs and outputs they declare. Confirm the incremental-build behavior and identify the task definitions that require --rerun-tasks. Done means these tasks correctly declare their inputs and outputs so incremental builds work without that flag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, shell
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100