[GRADLE-1482] links customization for eclipse plugin does not work Created: 17/Apr/11 Updated: 04/Jan/13 Resolved: 17/Apr/11 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 1.0-milestone-2 |
| Fix Version/s: | 1.0-milestone-3 |
| Type: | Bug | ||
| Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
For example, below does not work (throws validation error but it should pass ok)
eclipseProject {
link name: 'foo', type: '2', location: '/stuff/foo'
}
Problems: (I encountered this bug while refactoring the eclipse plugin for tooling API) |