[GRADLE-1655] idea plugin does not honor minusConfigurations for file dependencies Created: 02/Jul/11 Updated: 04/Jan/13 Resolved: 05/Jul/11 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| 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')
}
idea.module {
scopes.COMPILE.plus += configurations.someConfig
scopes.COMPILE.minus += configurations.someOtherConfig
}
Issues: |
| Comments |
| Comment by Szczepan Faber [ 05/Jul/11 ] |
|
(fixed with the recent refactorings) |