[GRADLE-355] Ch. 7.1 "Configuring Tasks" Resources #to(..) is now #into(..) Created: 09/Jan/09 Updated: 04/Jan/13 Resolved: 10/Feb/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.5.1 |
Fix Version/s: | 0.6 |
Type: | Bug | ||
Reporter: | Niko Schmuck | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
The documentation seems not be in sync with the latest API changes, it refers to the method "to" when handling resources (but current implementation uses "into" instead). http://www.gradle.org/api/0.5.1/org/gradle/api/tasks/Resources.html#into(java.io.File) |