[GRADLE-3569] Copy/Tar/Zip-like tasks: rename(Closure) no longer honors contract Created: 28/Sep/16 Updated: 28/Sep/16 Resolved: 28/Sep/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 3.0, 3.1 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Issue Links: |
|
||||||||
Known Issue Of: |
Description |
According to the documentation, when rename returns null when copying files, the original name of the file should be used. Since we introduced rename(Transformer), this is no longer the case. |