[GRADLE-3383] Detecting new header files earlier in the include search path Created: 13/Jan/16 Updated: 13/Jan/16 Resolved: 13/Jan/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.10 |
Fix Version/s: | 2.11-rc-1 |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Known Issue Of: |
Description |
As described in 2.10's release notes: We no longer detect changes to new files that appear earlier in the include search path. So if the search path is a/, b/ and 'header.h' is included from b/, we do not detect a change when a 'header.h' is added to a/. |