[GRADLE-2661] eclipse wtp plugin does not honor minusConfigurations for file dependencies Created: 29/Jan/13 Updated: 29/Jan/13 Resolved: 29/Jan/13 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 1.5-rc-1 |
| Type: | Bug | ||
| Reporter: | Szczepan Faber | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
See also
dependencies {
someConfig files('foo.jar 'bar.jar', 'baz.jar')
someOtherConfig files('baz.jar')
}
eclipseClasspath {
plusConfigurations += configurations.someConfig
minusConfigurations += configurations.someOtherConfig
}
Issue: minusConfigurations are not excluded from the wtp component file |