[GRADLE-3357] Native not recompiling when header changes gradle 2.8 Created: 05/Nov/15 Updated: 08/Dec/15 Resolved: 08/Dec/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.10-rc-1 |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 3 |
Description |
https://discuss.gradle.org/t/native-not-recompiling-when-header-changes-gradle-2-8/12627 See https://github.com/marcpawl/gradle_native_incremental_header.git2 for source code that demonstrates the problem. If after a successful native build, a header file is modified, and the project is rebuilt again then the C++ file that uses the modified header file is not compiled until gradle clean is called. |