[GRADLE-2977] UncheckedIOException when C++ header file is renamed Created: 12/Dec/13 Updated: 12/Dec/13 Resolved: 12/Dec/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.11-rc-1 |
Type: | Bug | ||
Reporter: | Daz DeBoer | Assignee: | Daz DeBoer |
Resolution: | Fixed | Votes: | 0 |
Description |
The incremental compile processor references header files from a previous execution. If a header file is renamed, then an IOException is thrown when attempting to compile (rather than simply attempting to recompile the sources referencing the header). |