| [GRADLE-527] project.libs.archiveTasks no longer exists but is used in UG 24.59 Created: 18/Jun/09 Updated: 04/Jan/13 Resolved: 16/Jul/09 | |
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | 0.6, 0.6.1 | 
| Fix Version/s: | 0.7 | 
| Type: | Bug | ||
| Reporter: | Jerod Lass | Assignee: | Hans Dockter | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| In UG 24.59, the following is used: project.libs.archiveTasks.each { } but archiveTasks can no longer be resolved to the libs task. A new method exists for achieving this result: tasks.withType(Jar).each{ println it } |