[GRADLE-3540] @OutputDirectories are treated as order-sensitive Created: 29/Aug/16 Updated: 31/Aug/16 Resolved: 31/Aug/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 3.0 |
Fix Version/s: | 3.1-rc-1 |
Type: | Bug | ||
Reporter: | Stefan Oehme (Inactive) | Assignee: | Lóránt Pintér |
Resolution: | Fixed | Votes: | 0 |
Description |
Prior to 3.0 if a task property was annotated with @OutputDirectories or @OutputFiles, a change in the order of its contents was not considered to be reason to mark the task out-of-date. This has changed in 3.0, and especially if the task property was of a type that doesn't retain order (like HashSet), the task would randomly be marked out-of-date. |