[GRADLE-1487] eclipse plugin does not honor minusConfigurations for file dependencies Created: 20/Apr/11 Updated: 04/Jan/13 Resolved: 05/Jul/11 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 1.0-milestone-2 |
| Fix Version/s: | 1.0-milestone-4 |
| Type: | Bug | ||
| Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
| Resolution: | Fixed | Votes: | 0 |
| Description |
dependencies {
someConfig files('foo.jar 'bar.jar', 'baz.jar')
someOtherConfig files('baz.jar')
}
eclipseClasspath {
plusConfigurations += configurations.someConfig
minusConfigurations += configurations.someOtherConfig
}
Issues: - see the ignored test case marked with @Ignore(" |
| Comments |
| Comment by Szczepan Faber [ 05/Jul/11 ] |
|
(fixed with the recent refactorings) |